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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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