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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jmialoundama
Specialist
Specialist

Show label dimension

Hello,

I have a dimension code, this dimension code is linked to the libéllés

In a TEXT object I want to display the code label when the user chooses a code in the filters

Labels (2)
1 Solution

Accepted Solutions
jmialoundama
Specialist
Specialist
Author

Hi Anil, 

Finally i found a solution. 

=IF(GetFieldSelections(CODE) >0,'Code selected : '& GetFieldSelections(CODE),'')

View solution in original post

3 Replies
Anil_Babu_Samineni

IS that something on the fly based input need to fit in Label? If so, try

GetFieldSelections(Code, ',')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
jmialoundama
Specialist
Specialist
Author

Hi Anil, 

Finally i found a solution. 

=IF(GetFieldSelections(CODE) >0,'Code selected : '& GetFieldSelections(CODE),'')

Anil_Babu_Samineni

Great, Please flag your answer as "Accepted Solution"

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful