Hi All,
I am trying to create a simple line chart between 2 numeric values that is stored in the database.
example: "lowervalue" = 1 , "uppervalue" = 10
Basically, I want a line chart starting from 1 and going up to 10.
The x/y-axis does not matter.
I am having trouble creating such a report. How do I go about doing this?
The values are stored in two different database fields (view_1.value, view2_value).
I tried the "on change of" and "show", but I couldnt come up with ONE line chart!!
Thanks in advance.
(after further thinking, I wish you could somehow plot (1,1) and the (4,4) and connect the dots after)
I am trying to create a simple line chart between 2 numeric values that is stored in the database.
example: "lowervalue" = 1 , "uppervalue" = 10
Basically, I want a line chart starting from 1 and going up to 10.
The x/y-axis does not matter.
I am having trouble creating such a report. How do I go about doing this?
The values are stored in two different database fields (view_1.value, view2_value).
I tried the "on change of" and "show", but I couldnt come up with ONE line chart!!
Thanks in advance.
(after further thinking, I wish you could somehow plot (1,1) and the (4,4) and connect the dots after)