Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Suppressing Zero value for an expression in Qliksense

Hey Qlikers,

I am having a bar chart with one dimension and four expression(Say Exp1, Exp2, Exp3, Exp4) which shows Last 4 week and Prev Qtr value comparison.

Exp1 is for Prev Qtr Ending Date Value only ...which is not related to any of the last 4 week date.....

Now in Qliksense bar chart,  Exp1 is showing '0' value as Exp1 along with rest of the expression...I want to exclude this expression for last 4 week date as it shows only Prev Qtr Value.....

Pls suggest, how I can do it...

Let me know if you need more info..

Regards,

BA


1 Reply
ramasaisaksoft

Hi Balaraj,

Way 1:-

-->instead of writing expression in chart ,

-->you can create a dimension for your expression, in Script itself .

-->you can call that dimension

-->select the check box Exclude Null values


Way 2:-

create variables for 4 expressions and write

if($(vexp1)>0,vexp1)

so that  it will show only Not null values.

correct me if i muss understand your query