Access Dataset from Named Query

I have a table that gets populated based on a Named Query. I am trying to find out how to access that dataset through scripting. I know it is possible to access them from this documentation (Datasets - Ignition User Manual 8.1 - Ignition Documentation), however that only explains if I created the dataset through scripting itself, not about how to access a dataset that is created elsewhere as I have not given a specific name to the dataset like the one in that documentation of “cities”.
image

When scripting you can use the property explorer to find your table and the data property and it will automatically generate the path for you. Note the highlighted parts

1 Like