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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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
MVP
MVP

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
MVP
MVP

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