Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am performing simple calculation, not sure why it is giving expression error. Please refer to the attached QVW and suggest.
=Num(F2/(F2+F3+F4) *100,'####.##') & '%'
See attached qvw; first calculated dimension.
Please try with the below code:[
=Num(F2/(F2+F3+F4) *100,'#0.##%')
Regards,
Joshmi
This works.
=Num(F2/(F2+F3+F4) '#.00 %')
THnaks
=num(F2/(F2+F3+F4),'#00.00%')