Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Zurich on Sept 24th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vinaykotha
Contributor
Contributor

Where Condition in List Box

Hello,

I have 2 Fields ID & Description. There are 8 ID's from 1 to 8 and have descriptions for each ID. I do now want to show ID 6 in the list. Could someone please help me in writing the Where condition in the List Box. I tried several combinations but it is not working.

Thanks

Vinay K

1 Solution

Accepted Solutions
sunny_talwar

May be like this

If(ID <> 6, ID)

or

Aggr(Only({1<ID =-{6}>} ID), ID)

View solution in original post

3 Replies
sunny_talwar

May be like this

If(ID <> 6, ID)

or

Aggr(Only({1<ID =-{6}>} ID), ID)

vinaykotha
Contributor
Contributor
Author

Thank you, it worked.

jhonesnow
Contributor
Contributor


@vinaykotha wrote:

Hello,

 

I have 2 Fields ID & Description. There are 8 ID's from 1 to 8 and have descriptions for each ID. I do now want to show ID 6 in the list. Could someone please help me in writing the Where condition in the List Box. I tried several combinations but it is not working.

 

 

Thanks

Vinay K  custom boxes


yes man i was also trying to do that but it didn't work if you have found the solution please do help me too