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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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