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

[ask] Converting value in barchart

Hello all,

newbie need your help pliss,

thank you before..

my problem is,

how to convert value in barchart?

i can convert the axes value, but i cannot convert the barchart value

plis see this picture,

error loading image

i have two expression, which is

Sales = sum(TotalAR) and

Account receiveable = sum(Angsuran),

i have tried to use this solution,

add an axpression like this,

num(ceil(Sum (TotalAR)/1000000),'0 Juta')

but it can only convert 1 barchart,

i add an expression like that again, which is,

num(ceil(Sum (Angsuran)/1000000),'0 Juta'),

but it's the same, only can convert 1 barchart value,

does anybody have a good solution?

thank you...

Best Regards !!

1 Solution

Accepted Solutions
Not applicable
Author

hi ,

Just use the following expressions and see the result.... I think it will work for you...

Sales = sum(TotalAR)/1000000

Account receiveable = sum(Angsuran)/1000000

Regards,

Nilupa

View solution in original post

2 Replies
Not applicable
Author

hi ,

Just use the following expressions and see the result.... I think it will work for you...

Sales = sum(TotalAR)/1000000

Account receiveable = sum(Angsuran)/1000000

Regards,

Nilupa

Not applicable
Author

thank you nilupa,

and at number tab, add the simbol

😄

regards