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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. 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), ......)