Report shows it is getting the data fine but I cant get it to display on a table. Any ideas on what I am doing wrong?
Yeap. Your table is using "Objects" as the data key field, but your data shows the data key field is "tag_history". Make those match and you should see data. Well, you do have to change a few things. @Timestamp in your table details is not a valid column of data in your tag_history table...it should be @t_stamp to match.
2 Likes
Thank you so much!