Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i had an error in QlikSense when i want to format expression. Here is my expression :
=num(sum(Total_unemployment),'# ##0')
It's working with Qlikview but there is an issue with QlikSense.
Have u any idea ?
Thanks,
Sébastien B
Hi,
Use This below expression.
num(sum(Total_unemployment),'#,##0')
or
num(sum(Total_unemployment),'###0')
Regards,
Neha
Which settings do you have for thousand separator in the data load script? It should be a space for this to work:
SET ThousandSep=' ';
I guess you have another setting.
There are two alternatives:
or