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: 
krishna789
Creator II
Creator II

how get list in qliksense?

Hi ,

How to get list  in qliksense Untitled.png

Thanking You,

Krishna

1 Solution

Accepted Solutions
OmarBenSalem

Maybe you want to use :

concat(YourDimension, chr(13))

in a text object (add it as a measure)

View solution in original post

5 Replies
YoussefBelloum
Champion
Champion

Hi,

is it possible to get more details ?

these values shown above, they are field values ?

what do you mean by: Dynamically from column (not drilldown) ?

krishna789
Creator II
Creator II
Author

Hi Youssef belloum,

Thanks for your reply .Actually i have columnA  in that there are fields that fields Should display like list Shown above .which Charts can we use in qliksense.

Digvijay_Singh

Do you think Filter Pane object cannot be used here? Still don't understand the meaning of dynamic behaviour here.

OmarBenSalem

Maybe you want to use :

concat(YourDimension, chr(13))

in a text object (add it as a measure)

YoussefBelloum
Champion
Champion

In a column there are values not fields. is this what you're trying to say ?

if it is, just try omarbensalem‌'s solution below.