What is the best way to populate a Power table with a regular SELECT Query and "Join" in Tag values as columns?
We have a Production Run table named "packschedule", we want to run the following Select Query and include a live Tag, named {[default]Can Filler/Can Count}.
SELECT * FROM Packschedule
WHERE t_stamp Between "2024-12-12 00:00:00" AND 2024-12-12 23:59:59"
Thank you dkhayes117, That was my suggestion too.
My customer would like it all incorporated into one table.
Plus, i simplified the query for this forum. The actual one will be combing two tables and 6 tags.
Any idea how I can put the two sources (Table data and tag) into one power table?
Thank you pturmel. We were able to display this table just like the customer requested. I have attached some screen shots of the testing for anyone else this might help.