Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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))"}>}