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

Line Chart - Non continuous Value

Hi All,

Need your help. I want to create a Line chart for Plan and Actual, but my trend line should stop where the value is "0" or in this case its "null". Please see below chart, the Actual line(in red) should stop at Q2(200) as the other values are 0 in the quarter. Am attaching the excel from which the chart is created. Is it possible in QlikView?

Dimesion used in Chart:- Qtr_GraphFlag

Expression used in chart:- =sum(if(GraphStatus='Run',GraphPlan))  -- Blue line

                                        =sum(if(GraphStatus='Run',GraphActual))   -- Red Line

Graph.jpg

1 Solution

Accepted Solutions
sergio0592
Specialist III
Specialist III

Try supress zero value in Presentation tab. Is that you are trying to achieve?

suppress1.jpg

Supress2.jpg

View solution in original post

2 Replies
vishsaggi
Champion III
Champion III

Check this? Using Line Chart.

Dim:

Qtr_GraphFlag

Expr:

Plan:    = Sum({< GraphStatus = {'Run'} >}GraphPlan)

Actual: = Sum({< GraphStatus = {'Run'} >}GraphActual)

sergio0592
Specialist III
Specialist III

Try supress zero value in Presentation tab. Is that you are trying to achieve?

suppress1.jpg

Supress2.jpg