Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
is it possible to display values like 0,00323 as percentage like 0,32% in a chart. My chart only shows 0%.
Thanks
Sure it is possible.
On the number tab, in addition to checking "Show in Percent", also select "Fixed To", and add more decimals.
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.
Hi, Aloah
try that:
Chart properties / Expression Tab / Display Options and check "Text on Data Points"!
P.S. see in attachment