I have a query that calculates a sum like this:
Sum: [table1]![field1]*[table1]![field2]
I would like result to have 2 decimal places.
I tried to use formatnumber like this:
Formatnumber(Sum: [table1]![field1]*[table1]![field2];2)
But I get syntax error. please help with the correct formula.
Sum: [table1]![field1]*[table1]![field2]
I would like result to have 2 decimal places.
I tried to use formatnumber like this:
Formatnumber(Sum: [table1]![field1]*[table1]![field2];2)
But I get syntax error. please help with the correct formula.