W
water
Hi
I have a database that hold water quality data in the following format:
ID Date Parameter Value
CR1 01/01/2000 Ca mg/L 0.005
CR1 01/01/2000 Mg mg/L 0.001
I created a crosstab that shows the data in the following format
ID Date Ca mg/L Mg mg/L
CR1 01/01/2000 0.005 0.001
I want to create a new column in my query that will compute the hardness
based upon the following expression 2.497 * Ca mg/L + 4.118 * Mg mg/L
I added a field and used the expression builder to enter the calculation:
Field: Hardness: 2.497 * [Ca mg/L] + 4.118 * [Mg mg/L]
Table:
Total: Expression
Crosstab: Row Heading
Sort:
Criteria:
The query won't work it says that "Ca mg/L" is not a valid field...
Can anyone help ?
Thanks
I have a database that hold water quality data in the following format:
ID Date Parameter Value
CR1 01/01/2000 Ca mg/L 0.005
CR1 01/01/2000 Mg mg/L 0.001
I created a crosstab that shows the data in the following format
ID Date Ca mg/L Mg mg/L
CR1 01/01/2000 0.005 0.001
I want to create a new column in my query that will compute the hardness
based upon the following expression 2.497 * Ca mg/L + 4.118 * Mg mg/L
I added a field and used the expression builder to enter the calculation:
Field: Hardness: 2.497 * [Ca mg/L] + 4.118 * [Mg mg/L]
Table:
Total: Expression
Crosstab: Row Heading
Sort:
Criteria:
The query won't work it says that "Ca mg/L" is not a valid field...
Can anyone help ?
Thanks