Hi all,
I'm trying to create a column chart in Report studio and I have values for the default x-axis and y-axis and I don't necessarily need a value for the series (primary axis).
Is this mandatory? If not I'm not sure why my report comes up with 'No data' error.
Any help appreciated.
Thanks!
Neeraj
All a chart needs is a measure with an aggregation other than 'None'. If you're getting "No Data", make sure that the measure is capable of rolling up without the other attribute.
Graphs use the same underlying query structure as a crosstab, recreate the graph as a crosstab and see what happens.
Thanks a lot CognosPaul!!! That really helped.. :)