Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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