Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi Anil,
Finally i found a solution.
=IF(GetFieldSelections(CODE) >0,'Code selected : '& GetFieldSelections(CODE),'')
IS that something on the fly based input need to fit in Label? If so, try
GetFieldSelections(Code, ',')
Hi Anil,
Finally i found a solution.
=IF(GetFieldSelections(CODE) >0,'Code selected : '& GetFieldSelections(CODE),'')
Great, Please flag your answer as "Accepted Solution"