Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mnvrma
Partner - Contributor III
Partner - Contributor III

Selection in Bar Chart

Screenshot (73)_LI.jpg

By default, I have used Year (2019 and 2018 as variables) in the above Bar-Chart. If I'm selecting the year 2015 from filters- it's showing me 2015 and 2014 data but I want to see 2019 and 2015 data.

How to do that?

 

2 Replies
Chanty4u
MVP
MVP

what is your variables?

and what is your expressions?  

mnvrma
Partner - Contributor III
Partner - Contributor III
Author

vLastYear         =  Max(Year),

vLastLastYear= Max(Year)-1

Expression:--   Year={$(vLastYear),$(vLastLastYear)}