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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to show chart y-axis like Millions and Thousandas?

Hi team please find the attached file

How to show Y-AXIS like

1 K

2 K

3 K

4 M

Thanks

14 Replies
Anonymous
Not applicable
Author

HI

In Chart Properties ---> Number tab, we have the place to specify symbol for thousand, million, billion.

Regards

Revathy

sujeetsingh
Master III
Master III

Hi,

if you are using Sum(Sales) now to represent it in K and M

--SUM(Sales) &'K'

In logical way u can write

if(SUM(Sales)/100000<100 ,SUM(Sales)&'K','M')  and many more conditions can be mentioned .

Thanks

Not applicable
Author

I Know that thing that symbol will come in top ,

but i want to  show 'M' or  'K' Symbol for all values

Thanks

Not applicable
Author

ITS NOT WORKING...

Anonymous
Not applicable
Author

Hi

Then try while loading itself, Concatenate the field with the symbol required and rename it as another field..

Regards

Revathy

Not applicable
Author

hmmm....

Not applicable
Author

No answer..

Not applicable
Author

hmm..

Not applicable
Author

Hi team please find the attached file

How to show Y-AXIS like

1 K

2 K

3 K

4 M

Thanks