Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Frédéricdh
Creator
Creator

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

Could you please explain your request?

Frédéricdh
Creator
Creator
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, ','))