Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do I show my year sales as bar chart as in the below example on left in a bar chart when I have only 1 year selected.
qvw file attached.
check this
check this
Hi use this expression:
sum( {<Year={'2014','2015'}>}Sales)
Regards,
Nagarjuna
Hi Gerry,
Use the following expression
Sum({$<Year={">=$(Max(Year)-2)<=$(Max(Year))"}>}Sales)
perfect !
Two solutions