Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
How to get percentage for this expression in straight table
(sum({<%Month = {'$(=$(=vCurrMonth))'}, %Year = {'$(=$(=vCurrYear))'}>}RWA)
/sum({<%Month = {'$(=$(=vCurrMonth))'}, %Year = {'$(=$(=vCurrYear))'}>}EAD))
-
(sum({<%Month = {'$(=$(=vPrevMonth))'}, %Year = {'$(=$(=vPrevYear))'}>}RWA)
/sum({<%Month = {'$(=$(=vPrevMonth))'}, %Year = {'$(=$(=vPrevYear))'}>}EAD))
In number format, please check 'Show in percentage' option
hi,
what respect you want?
you can do it, like
(CurrentMonth-PreviousMonth)
/
CurrentMonth
or
(CurrentMonth-PreviousMonth)
/
PreviousMonth
depends on your requirement
actula requirement for RWA% is
sum(rwa)/Sum(ead) then we will change it to % in number tab
but here we have current and previous both, so I have confused
((sum({<%Month = {'$(=$(=vCurrMonth))'}, %Year = {'$(=$(=vCurrYear))'}>}RWA)
/sum({<%Month = {'$(=$(=vCurrMonth))'}, %Year = {'$(=$(=vCurrYear))'}>}EAD)))
/
((sum({<%Month = {'$(=$(=vPrevMonth))'}, %Year = {'$(=$(=vPrevYear))'}>}RWA)
/sum({<%Month = {'$(=$(=vPrevMonth))'}, %Year = {'$(=$(=vPrevYear))'}>}EAD)))
Try above and have the number format in percentage
Then I doubt for same that with mentioned expression you will get RWA%?
Hi Priya,
If you want to show relative percentage (Row wise sum/ total sum)
check Option Relative (Chart properties -> Expression -> Click on checkbox Relative)
what is the mean of vPrevMonth w.r.t vPrevYear...??
I think It should be like..
vCurrMonth w.r.t vPrevYear...
or
vPrevMonth w.r.t vCurrYear...
I wanted show this, RWA/EAD = RWA%
above all not worked out