Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

show values as a list in text box

Hi All,

How to show values as a list in text box like list box.

Thanks,

Krishna

13 Replies
tresesco
MVP
MVP

May be like:

=Concat( Distinct YourField & chr(13))

avinashelite

try like

=Concat(field,chr(13))

Anonymous
Not applicable
Author

Hi Avi,

u r code and  code  is working fine but values are not selectable.

list box is selectable but I need formatting.

Thanks

Krishna 

tresesco
MVP
MVP

What exactly are you trying to achieve?

sunny_talwar

What kind of formatting do you need in the list box? Because Text box object is not going to give you the option to select. May be the better would be to format list box another way or use table box or straight table.

Anonymous
Not applicable
Author

&fieldname is given in the text box you can get the output

Anonymous
Not applicable
Author

Hi ,

I want to change background ,text color.

Thanks,

Krishna

Colin-Albert

As has been said by the others above, a text box does not have the functionality to select data. To make selections use a listbox, a multibox, or a chart.

There are different ways you can format a listbox  - Classic, radio buttons, check box etc.

Can you clarify what you are tring to do and why a listbox does not meet your requirements.

tresesco
MVP
MVP

Try the way suggested here: How to change Background and Font Color in Listboxes?

Or,

Even you can try with straight table for another alternative way.