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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how do we disply two different fields in One list box

Hi Qv,

I have 2 different plantid and plant name fields .i want to display same values in single list box with -.

like

100-A

101-B

how we can do it??

Thanks

1 Solution

Accepted Solutions
MayilVahanan

Hi

Try like this

1.Script:

Load PlantId &'-'& PlantName as NewField, * from Tablename;

Then use NewField in listbox

2.Listbox:

Expression:

PlantId &'-'& PlantName

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
MayilVahanan

Hi

Try like this

1.Script:

Load PlantId &'-'& PlantName as NewField, * from Tablename;

Then use NewField in listbox

2.Listbox:

Expression:

PlantId &'-'& PlantName

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.