I'm using a repeater on a SQL query that returns a list of tags that I need to check the history for using a tag query. I pass the tag name from the first repeater into the tag query and return the last x amount of minutes of history for the given tag. When I do a repeater on the tag history, the name of the column that returns the value is the name of the tag that was passed in. How do I get the tag values if the column name keeps changing?
Ex. Repeater1.Output{/Row/*tag name*}
The *tag name* part keeps changing and I can't get the results that I want for all tags that I need the history for.
Please help. Thanks.
Eric