Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

what does this expression mean?

This variable, what does the expression mean?

Thanks!var.png

1 Solution

Accepted Solutions
Anil_Babu_Samineni

I would suggest you to buy the Cookbook. This book available in Amazon

For your Question, The answer is If PS_Product is not a null or space values we need to show 1 or else 0. This is good practice to use Flag. And for ref. we can use Set analysis like Customer want to show only Null values then we can use 0 in set analysis.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

4 Replies
devarasu07
Master II
Master II

Hi,

It means if PS_Product is not equal to Null / blank then it will return as 1 else 0. Tks

also you write below way,

if(IsNull(PS_Product),1,0)


IsNull - script and chart function ‒ Qlik Sense

Anil_Babu_Samineni

I would suggest you to buy the Cookbook. This book available in Amazon

For your Question, The answer is If PS_Product is not a null or space values we need to show 1 or else 0. This is good practice to use Flag. And for ref. we can use Set analysis like Customer want to show only Null values then we can use 0 in set analysis.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

Thanks!

Not applicable
Author

Thanks!