I am trying to create a line chart in pentaho (CDE). But what I see that happens is: first query column goes into dimension, and all the rest go into expressions. But what I need to do is this:
columns: Year, Type, Value
I need Year to be the X axe and then paint a line for each Type, with its Value beeing the Y axe.
I don't see how I can do this. Is it with chart properties, or changing my sql query, or even with javascript?
Thanks