Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a filter for year
and also I have a bar chart with year as dimension
i want year to be static in bar chart if i select in filter year in bar chart shud not change
can you share the expression in bar chart?
its simply Sum(Amount)
try this
Sum({1}Amount)
or
Sum({<year>} Amount)
I tried that is not working
can you post the app
I cannot post the app.
actually I want that bar chart to be static it shud not reflect when we click on year
try this Sum({<Year=>}Amount)
this dint work already tried
Hi Gowtham
You can use set analysis to solve your issue
sum({<Year>}Amount)
Please check Year is the same field as your Year filter and it's case sensitive.
Regards