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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to split data in list box

My Source data like this

Management company(Dimension)

[Globa Site,Real Estates, Civil fields

[Real estates,Foodcastng,social organisations]

'

'

'

am excapted  o/p  is

Management company

Globa Site

Real Estates

Civil fields

Foodcastng

social organisations

I am expecting the list box level not in script level

2 Replies
Anonymous
Not applicable
Author

My Source data like this

Management company(Dimension)

[Globa Site,Real Estates, Civil fields]

[Real estates,Foodcastng,social organisations]

'

'

'

am excapted  o/p  is

Management company

Globa Site

Real Estates

Civil fields

Foodcastng

social organisations

I am expecting the list box level not in script level

marcus_sommer

I think it's rather not possible within a ui-expression and it's definitely not worth to take efforts to develop it. Within the script instead it's quite easy with a subfield() - here a quite similar task: Can we show list of string values as listbox?

- Marcus