Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want plot the values from my Excel doc on a line graph, but i dont want any expression on the values.
i simply want the dates values that where inserted into the database on the X-axis and the values on the y-axis.
But for some reason i cant get it to work like that, can anyone explain to me how i could do this please.
Thank you
Bongkerz
Hi
If each value is on a unique date, and date is the x-axis of the chart, then just use Sum(value), or Only(value) to plot the data.
Regards
Jonathan
Just relized my date isnt unique to the value, does that mean i cant plot the values the way i want to?
A line graph would need a unique value per dimension point - if that's not the case in your source data, then Sum(field) is the correct approach.
Jonathan