Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends
I attach h/w my QV document where my formula for growth calculation does not work. pls look into this and correct me.
Update: Reattaching the file as I think I attached the earlier one without saving ![]()
For me it seems to be working:
=Sum({<DESC={'GP'}>}AMOUNT)/Before(Sum({<DESC={'GP'}>}AMOUNT))-1
Use this expression:
=Sum(Premium)/Before(Sum(Premium)) - 1
Output:
problem with ur previous year expression calculation,try to modify tht part ..and see?
try this. it works:
=(sum( {<YEAR={$(=max(Year))}>} [Premium] ) - sum( {<Year={$(=max(Year)-1)}>} [Premium] ))
/Fabs(sum( {<Year={$(=max(Year)-1)}>} [Premium] ))*100
Thanks
Thanks sunindia
Your expression is working. But in my actual data table there is another filed and if I apply your formula it does not work. Kindly have a look at my QV document attached now !
Your expression does not work
Update: Reattaching the file as I think I attached the earlier one without saving ![]()
For me it seems to be working:
=Sum({<DESC={'GP'}>}AMOUNT)/Before(Sum({<DESC={'GP'}>}AMOUNT))-1
Thanks a lot it is working
No Problem ![]()