Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Hi Experts,
I have one expression like Sum(Cost) And i want format like #.##0. How I can assign that Format
just put num around
num(Sum(Cost),'#.##0')
in a Chart it is better to format it using tab number!
num(sum(Cost),'#.##0')
or try from below:
Thanks,
AS
in title you can use num function and specify the required format
like this: num(Sum(Cost),'#.##0')
Hi Prabhas,
do you want this format.
Hi,
otherwise Share your Expected sample output.