Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to remove the '%' symbol in the below chart.
Thanks..
How about this?
Num(Aggr(Sum({<Date={$(varMaxDate)},flag={'e_Inititated'}>} Contracts),Location,District)/Aggr(Sum({<Date={$(varMaxDate)},flag={'Daily_Total'}>} Contracts),Location,District) * 100,'#,##0')
Are you using formatting in the expression (using Num) or are you using Number tab's formatting?
Hi,
to remove % symbol from bar values
Go to Chart properties --> number tab --> uncheck for show in percent (%)
Thanks
Dev
Add a second expression with different formatting and no bars.
Hi
cool
Hi Sunny,
i'm used the num in the expression.
Logic: num(aggr(sum({<Date={$(varMaxDate)},flag={'e_Inititated'}>} Contracts),Location,District)/aggr(sum({<Date={$(varMaxDate)},flag={'Daily_Total'}>} Contracts),Location,District),'#,##0%')
Thanks..
How about this?
Num(Aggr(Sum({<Date={$(varMaxDate)},flag={'e_Inititated'}>} Contracts),Location,District)/Aggr(Sum({<Date={$(varMaxDate)},flag={'Daily_Total'}>} Contracts),Location,District) * 100,'#,##0')
Num(YourExpression*100,'#.##0') (or , instead of . according to Your separator)
and in Tab Number check 'Default Expression'