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: 
Frédéricdh
Creator II
Creator II

Value of a Field

Which function give me the value of a selected value from a field in a Table Box

 

thanks for the reply

Labels (1)
4 Replies
F_B
Specialist II
Specialist II

Could you please explain your request?

Frédéricdh
Creator II
Creator II
Author

In a Table Box, You have Fields and you can click a Value in A Field. I want to know wich function can give the selected Value

Dataintellinalytics

GetFieldSelections(Fieldname)  should help.

qv_testing
Specialist II
Specialist II

both will give current selection value

GetFieldSelections(Fieldname)  and

IF(getselectedCount(Fieldname)>0, Concat(Distinct Fieldname, ','))