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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
bharatkishore
Creator III
Creator III

Need to get comma

Dear All,

I have created  a pivot table chart and there some calculations. And i have value like 664,123,406. When i am trying to copy table to excel i am getting the value like 664123406(Without Comma).

Can you please tell me how to get the integer value with comma. I am copying the table to excel.

Regards,

RBK

2 Replies
Sokkorn
Master
Master

Hi RBK,

Try to format

     1. Right click on pivot table ==> Properties ==> Number ==> Select <Number> in Number Format Settings

     2. User expression: NUM(SUM(FieldValue),'#,##0.00')

     3. And if above have no luck then the last one is TEXT(NUM(SUM(FieldValue),'#,##0.00'))

Try it and let me know.

Regards,

Sokkorn

bharatkishore
Creator III
Creator III
Author

Thanks for the reply...I will update you once its completed.

Regards,

RBK