One Graphic screen with Multiple OPC Tag sources

I’ve created a screen to display electrical parameters for multiple electrical panels, but am having trouble on how to best display the actual values of these parameters.

I’m still new to Ignition, so is it possible to store the OPC tags to a dataset or table that contains one row for each piece of equipment and has multiple columns for the data for each panel and then use an index to the dataset or table to display the values depending on the value of a dropdown list box?

Thanks,
Chris

Sure, I think you should just make SQLTags out of each of your OPC tags with a good naming convention, and then use indirect tag binding to achieve what you want.

There is an intro to indirect bindings in the user manual.