Hi, All!Is it possible to set up a multiline chart?For example, If I want to create a chart that shows speed of a car X by time...that's possible.But if I want to create a chart that shows the speed of car X , Y and Z by time...that's something I dunno.Thanks.
Hi anselmo.
You just have to return 3 columns from your query, and set them on your graphic like:
Best regards,
João Nobre
Hello!
What if I can not have all the 3 columns in the same aggregate? I.E. I have 3 aggregates, which one representing one data series. How can I represent them in the same line chart?
Thanks,
Nuno Lourenço
Nuno Lourenço wrote:
I already can do it, thank you anyway