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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Number Format Issue

Hi all,

All my number values changed to 00.00.00.000 in this format i didn't do anything.

Kindly help me to show them in normal format 00,00,000 like this

Thanks in Advance !

1 Solution

Accepted Solutions
amit_saini
Master III
Master III

Hi Vijay,

You can set below:

Thanks,AS

View solution in original post

3 Replies
migueldelval
Specialist
Specialist

Hi Vijay,

Check your main tab on script and change:

SET ThousandSep='.';

SET DecimalSep=',';

Regards

Miguel del Valle

Chanty4u
MVP
MVP

go to number tab--->and change the format

amit_saini
Master III
Master III

Hi Vijay,

You can set below:

Thanks,AS