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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
newqlik2017
Creator II
Creator II

Show selected columns from a table in a list box

Is it possible to show only the selected columns from a table in a list box? Attached is a qvw sample for reference.

Expected Result:

   

StateUnit

Current Result

Thanks

1 Solution

Accepted Solutions
sunny_talwar

May be using this

If(Match($Field, 'State', 'Unit'), $Field)


Capture.PNG

View solution in original post

1 Reply
sunny_talwar

May be using this

If(Match($Field, 'State', 'Unit'), $Field)


Capture.PNG