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

365 Day rolling sales.

I am creating my first Qlik Sense app. I have a line graph showing 365 day rolling sales data. The first years data appears as a ramp (because there is no previous year's sales data). I don't want to display the first year on the graph but obviously I need the data for the second year. How do I change the start of the X axis to the start of the second year?

1 Reply
sunny_talwar

May be use an if statement

If(Date >= AddYears(Min(TOTAL Date), 1), ......)