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: 
amars
Specialist
Specialist

Moving Window chart

Hi all,

I have a new requirement for a chart which should be as shown in below image

Chart.JPG

Can somebody suggest on the Best possible ways to design such a chart?

Thanks in Advance.

Amar

Labels (1)
1 Reply
Not applicable

Hi,

You can create a calculated dimension in a chart using this code

=aggr(max(Year),Year)&' - '&aggr(max(Year)+3,Year)

Regards,

Janzen