Hi all,
I have a couple of queries where I need to round down the numbers. I thought I could use the Rounddown function but thisthrows up an error.
(Undefined function 'Rounddown' in expression)
Does anyone know why this error would occur (and more importantly how to get around it?) this is the query
MaxRounded: Rounddown([MaxDivided]-2,0)
I have a couple of queries and need to apply the Rounding down to all of them, they all divide one number with another.
i.e. /3 & /1.85
These are a few of the numbers calculated
6666.66666666667 - Should be 6,600
10810.810810810810810810810811 - Should be 10,800
7297.2972972972972972972972973 - Should be 7,200
I have a couple of queries where I need to round down the numbers. I thought I could use the Rounddown function but thisthrows up an error.
(Undefined function 'Rounddown' in expression)
Does anyone know why this error would occur (and more importantly how to get around it?) this is the query
MaxRounded: Rounddown([MaxDivided]-2,0)
I have a couple of queries and need to apply the Rounding down to all of them, they all divide one number with another.
i.e. /3 & /1.85
These are a few of the numbers calculated
6666.66666666667 - Should be 6,600
10810.810810810810810810810811 - Should be 10,800
7297.2972972972972972972972973 - Should be 7,200