So, your getting a dataset from a historian query or query binding, and you want to SELECT within that dataset? If so, you are in luck:
Specifically, the view()
expression function and its ability to use "Pseudo-SQL" for your task.
So, your getting a dataset from a historian query or query binding, and you want to SELECT within that dataset? If so, you are in luck:
Specifically, the view()
expression function and its ability to use "Pseudo-SQL" for your task.