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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Percentage Display

Hi,

is it possible to display values like 0,00323 as percentage like 0,32% in a chart. My chart only shows 0%.
Thanks

3 Replies
Anonymous
Not applicable
Author

Sure it is possible.
On the number tab, in addition to checking "Show in Percent", also select "Fixed To", and add more decimals.

Not applicable
Author

That's what I tried but I'm still having problems with it. The chart always shows a rounded percentage.

I tried the following:

Test:
LOAD * INLINE [
Value, Amount
A, 57
B, 212
C, 24
D, 119
];

BarChart with Dimension Value, and Expression: Sum(Amount)/SUM(ALL Amount)

The result is 14%, 51%, 6%, 29% although it should be eg. 28,884%

No changing by editing in numbers.

Regards.

sparur
Specialist II
Specialist II

Hi, Aloah

try that:

Chart properties / Expression Tab / Display Options and check "Text on Data Points"!

P.S. see in attachment