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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Y axis formating

Hi All,

I have created a bar chart  there  with Manager as dimension and Sales as expression , in the y axis it is displaying like  10,000

but I don't want "comma", between the digits, how can I format it.

Regards

John

1 Solution

Accepted Solutions
Not applicable
Author

Got it I have removed thousand separator in Number tab.

View solution in original post

6 Replies
b_garside
Partner - Specialist
Partner - Specialist

Go to the Numbers tab and modify the format there. You can hard code if needed as well.

just select integer

Not applicable
Author

I have done it,however it was not working.

b_garside
Partner - Specialist
Partner - Specialist

You can try;

Num(Sum(Sales),'###0')  jsut make sure no comma is in mask formatting.

Not applicable
Author

Not working Brian Garside

Not applicable
Author

Got it I have removed thousand separator in Number tab.

b_garside
Partner - Specialist
Partner - Specialist

Correct that is what I suggested in my first response above 'Numbers' tab.

Glad it worked.