I have 2 tables that hold similair information, i have a query running off then to total up the sum of a couple of colums, i want to run another query that will create a colum that holds the 2 of the first query colums divided by each other if that makes sense, I thought it was as simple as e.g.
colum1: query1.SumOfGoa ls / query1.SumOfApp erances
but this doesn't work, can anyone help!!!!
colum1: query1.SumOfGoa ls / query1.SumOfApp erances
but this doesn't work, can anyone help!!!!
Comment