Instead of using tags in your cell bindings, create a set of custom properties for these values, plus a string for the shared tag folder name. Use indirect binding to bring the correct folder of values to the individual properties, then use cell bindings to pull those values into your dataset.
Thank you so much, this really helped my problem, however, once I have the values it's somehow making my values in the dataset as -1 which is making a problem at RUN.
For all sites the dataset are showing accurate values, but when it comes to the Linear scale its routing all thru my indirect tags but takes"-1" making the Linear scale or dataset table go red as if it had some error.
Thank you, I really am appreciating your quick responses.
However, I found that I had taken the customer properties as a string, which is why it was showing the red overlays, I changed it to as per the Value type of the Sensors and its all fixed now.