Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
PFA.
On y axis i want to show GDP as 2%.4% instead of 200%,400%
Can you please suggest how shall i go ahead.
Thanks
In the expression used divide it by 100.
If that does not work then could you share the expression.
No This does not work.
I am using below expression.,
sum(if(Indicator_name='% Of GDP',Indicator_value))
Thanks
sum(if(Indicator_name='% Of GDP',Indicator_value)) / 100
For one datapoint :
What value does this give
sum(if(Indicator_name='% Of GDP',Indicator_value))
And what value does this give
sum(if(Indicator_name='% Of GDP',Indicator_value)) / 100
Pls check, if value is coming as percentage then make sure you uncheck the percentage under number formatting.
Hi All,
It is working fine.But when i can apply static step result disappears.
Req is i want to show result by using static step that is diff of 2.
Please suggest
Thanks