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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Values ​​in a Chart

Hi All!

I have data for some months in 2013 in a line chart. I want to show all months of the year but not the values ​​0 for those months I did not have any values ​​in line chart.

Does anyone know how I can easily?

Thanks in advance

Bild.png

1 Solution

Accepted Solutions
kumarnatarajan
Partner - Specialist
Partner - Specialist

Hi,

Use below syntex in your expression

EX:

if(Sum(Amount)>1,Sum(Amount))

View solution in original post

2 Replies
Not applicable
Author

uncheck the supree zero value in Presentation tab of line chart

kumarnatarajan
Partner - Specialist
Partner - Specialist

Hi,

Use below syntex in your expression

EX:

if(Sum(Amount)>1,Sum(Amount))