Skip to main content

Create or open queries

Perform multiple queries in separate tabs

A query fetches qualifying items of a design/interface and displays their attribute values.

You can perform any number of queries in the Data Explorer app. The results of each query are displayed in separate tabs, which you can freely switch between to compare multiple sets of items.

A screenshot showing 4 query tabs in the top bar, which are also shown in the open Query Tabs popover

Add a query tab

Start a new query or open an existing one (saved by anyone in your customer project).

New query

To create a new query:

  1. Select Add query in the top-left corner and choose From design or interface.

  2. In the Search window, choose the design you want to see items of. Alternatively, choose an interface to see items of all designs that implement the interface. Scroll the list or use the search box to find the one you want.

    Advanced search

    To refine your search results, select Advanced search on the right. You can use these settings to filter the resulting designs and interfaces in various ways.

    Only show designs and interfaces which:

    • Child design or interface - have a Link attribute that points to the selected design, or a design that implements the selected interface.

    • Implements interface - implement the selected interface.

    • User group - are accessible to the selected group.


    Select Apply to filter the results according to your settings. To clear these settings (but not the search box), select Reset.

    The Search window showing designs and interfaces that match the term - street lights. The Advanced search panel is visible, with the Implements Interface setting set to - Assets
  3. Select the attributes you want to see data for. Each attribute will appear as a column in the table, displaying the value(s) stored in each item.

  4. Refine your query by filtering and sorting its results.

Open a saved query

To open a previously saved query:

  1. Select Add query in the top-left corner and choose From saved query:

  2. In the Search window, choose the saved query you want to open. Scroll the list or use the search box to find the one you want.

    The Search window listing available saved queries
  3. If you choose a query that contains one or more AQS parameters, you'll be prompted to enter values for them before continuing.

    The AQS Parameters window asking for a value for the TeamName parameter

Load from code

To load an AQS query written in JSON code format:

  1. Select Add query in the top-left corner and choose either option.

  2. In the Search window, choose any design/interface or saved query for now.

  3. In the bottom toolbar, select Filter with AQS.

  4. In the AQS Builder, select Open JSON Editor in the bottom-right corner. Paste your code into the editor and select Done.

  5. Select Done again to return to the Data Explorer and see the results of your query.

Entering JSON code into the Advanced Query Editor in the AQS Builder