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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Conditional Hide and Display of List Box

How to hide Description List Box if Total Parts is less than 1000?

Also, I need to make List Box visible if Total Parts is more than 700.





Attached is the sample qvw .

Thank you for your help in advance

1 Solution

Accepted Solutions
Not applicable
Author

hi,

try the following in show conditional of your list box properties->layout tab

if(sum(total Parts)>700,1,0)

thanks

View solution in original post

2 Replies
Not applicable
Author

hi,

try the following in show conditional of your list box properties->layout tab

if(sum(total Parts)>700,1,0)

thanks

Not applicable
Author

Tauqueer,
Thank you. This worked!!.