Hello
I have a calculation in a query to create some percentages but its only showing whole numbers. To test I did the percentage column and just a normal divide column to show the decimals and they just show 0
For example I have the below
2104 / 64394 = 3.00% or 0.03000000
I would expect to see
2104 / 64394 = 3.27% or 0.03267385
Can anyone suggest why this is happening?
I have a calculation in a query to create some percentages but its only showing whole numbers. To test I did the percentage column and just a normal divide column to show the decimals and they just show 0
For example I have the below
2104 / 64394 = 3.00% or 0.03000000
I would expect to see
2104 / 64394 = 3.27% or 0.03267385
Can anyone suggest why this is happening?