Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have a striaght table , the top row unable to display the 18% .
See my enclosed image for more information.
Hi Paul,
Try to use "Total Mode" with "Sum". See picture below

Regards,
Sokkorn
Enclosed my QV doc.
=if(column(1)=0,1,column(2) / column(1)-1)
Above expression are % var.
Hi Paul,
Can you share expression [YTD Variant] here. Or you can give a try =(Column(2)-Column(1))/Column(1)
Regards,
Sokkorn
Hi Paulyeo
Try this one:
=(Column(2)- Column(1))*100 / Column(2)
Thanks.
NArender
Hi Sok
My expression as below :-
=if(column(1)=0,1,column(2) / column(1)-1)
Hi Paul,
Try to use "Total Mode" with "Sum". See picture below

Regards,
Sokkorn
Hi Sok
Your reply is correct.
Not sure why yesterday i cannot make it right now working fine.
Hi All
Many thank for your response.
it work now.
Paul