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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Chart Formatting

I have the below chart. There will be a trigger on the page that shows the max 2 months. What I would like to do is show the lattest two months but also show for my % dimension the last three months. So for example. the line graph would show the % for month 201706,201707 & 201708. (Visually I think that looks better)

The requestor would like to be able to filter on month when needed.

Like below but only showing two months and not three.

Labels (1)
3 Replies
Anil_Babu_Samineni
MVP
MVP

Like this?

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Yes and I can still use the Month slicer? If so, can you attached the sample app?

sunny_talwar
MVP
MVP

Try this

Num(Count({<STATUS = {"1"} >} ID)/

Above(Count({<STATUS= {"1"}, MONTH>} ID), 1) - 1, '#.00%')

Capture.PNG