Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have problem to show data in bar chart.
I want to show year in dimension and sum of price in expressions. Because I have a lot of data in bar chart I got no data to display.
I have idea to separate data by month like this
sum({<PostingMonth = {'JAN', 'FEB', 'MAR', 'APR', 'MAJ', 'JUN', 'JUL', 'AVG', 'SEP', 'OKT', 'NOV', 'DEC'}>} Price)
but also get no data.
If I show month by month I got result, how to sum all month to get value...
It would be easier if you post a sample of your app.
" I have a lot of data in bar " it´s not a reason to have a "No data to display".
You should consider a ill formed expression
Probably you filters does not have any data !! please share the same qvw so that we understand the problem better