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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Trend line disable?

Hi,

I have combo chart with trend line. Is there any way that I can disable the line up to 15-21 days. i,e for 0-7 days, 8-14 days, 15-21 days.

Please see attached. can anyone suggest me. I have below dimensions and expressions.

Dimension 1 : DaysRange

Dimension 2: =IF(Mixmatch(MaxOrder,'Crestt'),MaxOrder)

Expression 1: Count(DISTINCT {$<DateType={'LoggedDate'},Department={'0'},Flag={2}>} ID)

(Trend line)Expression 2: Count(DISTINCT {$<DateType={'LoggedDate'},DaysRange={'22-31 Days','32-60 Days','61-90 Days','91+ Days'},Flag={2}>} ID)


1 Solution

Accepted Solutions
chiru_thota
Specialist
Specialist

Have you tried Chart properties --> Presentation --> Suppress Zero-values ?

View solution in original post

3 Replies
chiru_thota
Specialist
Specialist

Have you tried Chart properties --> Presentation --> Suppress Zero-values ?

SunilChauhan
Champion II
Champion II

Try this


Count(DISTINCT {$<DateType={'LoggedDate'},DaysRange-={'15-21 Days'},Flag={2}>} ID)

Sunil Chauhan
Not applicable
Author

Perfect that's working.