Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dimension to show only one month of data

I have a bar chart that i'd like to only show the last month worth of data using the field [MonthYear], how would I go about doing that?

Thanks

1 Reply
sunny_talwar

May be use a calculated dimension

If(MonthYear = Max(TOTAL MonthYear), MonthYear)

or use set analysis

{<MonthYear = {"$(=Max(MonthYear))"}>}