Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a small function as sum(Runs)/Count(Dismissal). The o/p is coming in decimal points.
I want to show the o/p only up to 2 decimal points. I have tried with num#,round etc functions
but didn't get o/p as required. Please suggest me how to do it?
Thanks,
Shailesh
Hi,
Try this
Num(sum(Runs)/Count(Dismissal),'#,##0.00 ')
Regards,
Sergey
where u want to show in chart or text box?
in chart means go to number tab >select integer or number which u want > give decimals also upto how many u want
or
if in list box
try like this
ceil(534.465,0.5) then output like > 534.46
Hi,
Try this
Num(sum(Runs)/Count(Dismissal),'#,##0.00 ')
Regards,
Sergey
Expr: sum(Runs)/Count(Dismissal)
GO to Number Tab in the Chart...Select Fixed to : 2
Regards,
Heather
HI
PLEASE CHECK ATTACH QVD THIS MAY HELP U....
CHEERS....
Thank you Ashish..
Rgds,
Shailesh