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: 
Not applicable

Hi, everyone

I defined a variable (it return the value of the expression). when try to display the value in some specific format its giving blank value.

if i give $(_variable) its giving value, but if i give num#($(_variable,'##0.##','.',',')  its not giving any value.

but its working when i apply num#() function on the expression which i used to define a variable.

Labels (1)
1 Reply
Not applicable
Author

=num($(_variable),'##0.##','.',',')

Regards,

Dirk