Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
=num($(_variable),'##0.##','.',',')
Regards,
Dirk