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: 
vijayit43
Creator
Creator

Current selection value in text object

Hi Expert,

          we want Current selection value in text object how to achieve this please suggest.

1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

=Concat(Period,',')

View solution in original post

13 Replies
arulsettu
Master III
Master III

try this in tex box

=GetCurrentSelections()

arulsettu
Master III
Master III

vijayit43
Creator
Creator
Author

Hi, I Want only One Field Selection value then what to do.

arulsettu
Master III
Master III

can u explain more

vijayit43
Creator
Creator
Author

Hi in List Box Period(P1,P2,P3) Filter when we select P1&P2 then Show text Box P1,P2. But anyother selection not show.

petter
Partner - Champion III
Partner - Champion III

=Concat(Period,',')

vijayit43
Creator
Creator
Author

Its Show Multiple Time..

anbu1984
Master III
Master III

=GetFieldSelections(YourFeild)

petter
Partner - Champion III
Partner - Champion III

=Concat(DISTINCT Period,',')

you can also add sorting/weighting as a third parameter to Concat()