Contains the name of the Query object or Data Provider object displayed in the QueryViewer control.
Controls: QueryViewer
Write the name of the object that you want to relate –the existing matches will be suggested- or click on the three dots button to open the Select Objects dialog window, which will show the list of all the Queries and Data Providers in the Knowledge Base.
Output type: Table, PivotTable, Chart
This property applies both at run-time and at design-time.
Lets say Attractions is a QueryViewer control on a Form; to set the AttractionsByCountry Query object or Data Provider use the following syntax:
Event Start
Attractions.Object = AttractionsByCountry(<Parameter1>, <Parameter2>, ...)
EndEvent
When to use Query and when to use Data Provider with the QueryViewer control
Query object
Data Provider object
QueryViewer control