Create a Query.

Syntax

ISfinReports.CreateQueryFromId(queryId, query, [supportReporting], [detailsReportSimple])

Parameters

NameTypeOptionalByRefDescription
queryId String The Query's Id.
query ISQueryBase ByRef The new Query.
supportReporting ISfinSupport Optional The Support layer to use for Reporting (database access, global collections etc). This may differ from the current Support layer if the Query is to use a different database. If omitted, global settings will be used to determine the Support layer to use. If omitted, a value of Nothing is assumed.
detailsReportSimple Boolean Optional Indicates whether this is a simplified Details Report, e.g., the Query or Report may wish to only include simplified parameters. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISfinReports
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0