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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
zain16nib
Contributor III
Contributor III

In line chart

Hi,

In line chart property-- presentation---missing value---show as gaps is not working, the file is attached.

 

Regards,

Zain.

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

Use this as first exression:

 

if(Sum({<data2={'a'}>}data1)=0,Null(),Sum({<data2={'a'}>}data1))

View solution in original post

2 Replies
Frank_Hartmann
Master II
Master II

Use this as first exression:

 

if(Sum({<data2={'a'}>}data1)=0,Null(),Sum({<data2={'a'}>}data1))

zain16nib
Contributor III
Contributor III
Author

Thanks a lot, Frank Hartman,

 

got the result as I want.

 

Regards,

Zain.