Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

The Dataset module offers powerful configuration options for managing queries efficiently. Users can define queries with custom names, select database configurations, and input SQL statements, including Tag embedding. Mapping options enable data population from query results, and users can specify time references (UTC or Local) for Date Time fields.

In addition, the Dataset module allows users to display query results using Data Grids in screens and dashboards, simplifying data visualization. Query results can also trigger actions in custom scripts and tags, enhancing automation capabilities for notifications and tag updates. For more advanced functionalities, users can explore Stored Procedures.

On this page:

Table of Contents
maxLevel3
stylenone


Queries

 To create and configure a Dataset Query, follow the steps below:

  1. Access Datasets → Queries.
  2. Click the plus icon.
  3. Enter a Name and Description for the Query

  4. Click Ok.

    Info

    The use of spaces is not allowed in the Name. Instead, use underscores. For example My_Query.

You can modify the Query settings after its creation. Double-click the property you wish to edit on the row corresponding to the Query you want to modify. The following table lists all possible configuration properties.

Column

Description

Name

The Query's name. The system will warn you if you choose an invalid name.

DB

Defines the database where the Query will be executed.

Sql Statement

Specify the Query using SQL syntax. You can embed Tags directly on the SQL statement, embracing the tag with curly brackets. For example, ColumnName = {tag.tagInt}.

Alternatively, you can update the SQL Statement with the Script module accessing the property Dataset.Query.QueryName.SqlStatement. If you access that property from multiple tasks using this approach, be aware of potential concurrency issues. For more information, access Advanced Dataset Guide.

Mapping

Click the three dots button (...) to select the tags you want to populate with data from specific columns the Query returns.

Mapping Date Time

Defines the time reference (UTC or Local).

Description

Query's description.



Showing Data Grids Tables On Displays

One of the critical features of the Dataset module is the ability to display Query results on screens and dashboards using visualization tools like Data Grids. To use Data Grids to display query results, follow these steps:

  1. Create a Query in the Dataset module to retrieve the desired data.
  2. In the Displays module, add a Data Grid control to the screen or dashboard.
  3. Configure the Data Grid to display the Query results by selecting the data source and column mappings.
  4. Save and preview the screen or dashboard to display the Query results on the Data Grid.

You can access the Displays (Desktop and Web) page for more information on configuring Displays.


Using Query Results On Scripts And Tags

You can use Query results to trigger actions in custom scripts and tags. To use this kind of automation, you need to follow the steps below:

  1. Create a Query in the Dataset module to retrieve the desired data.
  2. In the Scripting module, create a custom script that references the Query results.
  3. Use the Query results to trigger specific actions within the script, such as sending notifications or updating tags.
  4. Save and execute the script to perform the desired actions.

Check the Stored Procedures page for additional information.


In this section...

Page Tree
root@parent
spacesV10