Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello my QV friends. I thought this would be easy, but so far it has not been. I have a text box on my report that has a number that I want formatted with commas. The code is simply =Sum(Units)
How do I get this to format with commas? I'm thinking something with Num#(), but cannot get it to work. Thanks.
=num(Sum(Units),'#,###,##0')
=num(Sum(Units),'#,###,##0')
Thank you Michael