Page Tree
Other Releases
...
The image below shows all of the properties that are available to be customized.
After one of the selected table is loaded tables is selected into the Sub-query Structure, you can see that there will be a statement is initialized at the bottom of the page.
To filter individual columns from the table, it is required only to check the element CheckBox.
If none is selected, then your querie will return all table elements.
...
There are some columns in which it is possible to add conditions to filter values from the table.
The column options are:
...
To better illustrate the Query Builder feature, let’s create an example . Assuming which assumes the following requirements for our query result:
Filling Fill in the columns with the required information to perform the query as these requirements as seen in the image below.
The If everything was filled in correctly, the final SQL Statement generated by the Query Builder wasshould be:
Code Block |
---|
Select Table1 . Historical Tag As TagValue , Table1 . UTCTimestamp Ticks As Date From Table1 Where Table1 . Historical Tag = Table1 . Historical Tag > 10 And Table1 . Historical Tag <= 35 Order By TagValue , Date |
...