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: 
Anonymous
Not applicable

Return only rows with zero values in table

Hello

I would like to have below table but only with the rows for which the column Return Volume is zero.

I have country, year, month, Applicable on Brand, Warranty, Model Type and Marketing offer as dimensions and Return volume etc as expressions.

Kindly advise how I can display this table with only the rows where Return Volume is zero

Many Thanks

Hasnaa

1 Solution

Accepted Solutions
MayilVahanan

Hi

Try like this

Exp1: =if(Exp1 = 0, Exp1)

if(Column(1) =0, Exp2)

if(Column(1) =0, Exp3)

if(Column(1) =0, Exp4)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan

Hi

Try like this

Exp1: =if(Exp1 = 0, Exp1)

if(Column(1) =0, Exp2)

if(Column(1) =0, Exp3)

if(Column(1) =0, Exp4)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Anonymous
Not applicable
Author

Thanks. it works