Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlikuser09
Creator II
Creator II

IF({<Available ={1}>} [customer name])

i want to display the customer names who have available flag = 1. IF({<Available ={1}>} [customer name]) doesn't seem to work.

1 Solution

Accepted Solutions
MayilVahanan

Hi

Try like below

If(Available=1, [customer name])

or

Only({<Available ={1}>} [customer name])

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

1 Reply
MayilVahanan

Hi

Try like below

If(Available=1, [customer name])

or

Only({<Available ={1}>} [customer name])

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