Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need to Ignore one Value in List Box

Hi Friends,

I am Having a List box. I want to Ignore one particular Value. But it have to show empty cell.

listbox.PNG

Here In the above List box. It showing Target has 99% & 98%. It should not show 98%. but I need a empty cell

Can any one please help me on this Issue

Thank you,

Swarupaaa

7 Replies
tamilarasu
Champion
Champion

Hi Swarupa,

You can use listbox expression in this case.

=If(Target <>'98%', Target, '')

Anonymous
Not applicable
Author

Just correcting it:

=If(Target <>'98%', Target, '')

Not applicable
Author

Hi Nagraj,

This is the output

listbox.PNG

Not applicable
Author

Hi BalRaj,

This is the Output if i use  =If(Target <>'98%', Target, '')

listbox.PNG

tamilarasu
Champion
Champion

Thanks Balraj. Hope you are doing good.!!!

Anonymous
Not applicable
Author

Yepp...Hope you too

Anonymous
Not applicable
Author

Check the attachment, its working in my case..

Could you share your sample qvw?