Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the query ranges from the source query to the target query.
Syntax
private void copyQueryFiltersAndRangesOnVendTable(Query _sourceQuery, Query _targetQuery)
Run On
Server
Parameters
- _sourceQuery
Type: Query Class
The Query from which to copy ranges.
- _targetQuery
Type: Query Class
The Query to which to add ranges and filters.
Remarks
This method copies dynamic filters to the target query.