cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

displaying multiple tags on chart

Former Member
0 Likes
198

Hi,

i have a table with coloums date/time, tagval ,tagindex. i can display a linechart with tagval(y-axis) and date/time(x-axis) by passing tagindex as a parameter at runtime to the query template.Each time the tagindex change,graph in the chart will also change,new tag with tagval and date columns will replace the old one.

My requirement is i want to show the tag for the past tagindex and present tagindex.with one column how can i display multiple tags simultaneously.

please help me.

points will be awarded for the feasible solution.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi.

Does your table (or another table that we can join on tagindex) have the tag name in it? If so, we can easily use the data mapping page in the display template editor to assign the tagname column and the value column, and you should be able to meet your requirements.

Best regards,

Rick Bullotta

Former Member
0 Likes

Hi Rick ,

Thanks for your reply.i have one table having columns tagname, tagindex,-----. and another table having columns datetime,tagvalue,tagindex.can u please clearly explain how we can display multiple tags with one column(tagval).i think u got my requirement,i want to display the tag with current tagindex along with the tag of the previous tagindex of the selected tag.

line chart: x-axis:DateTime

Y-axis: Tagval

Thanks&Regards,

Gurunadh