Hi
I am trying to add a few coloums, but I continually get the answer of zero. I think it is happening because all the coloums I am using are integers. This is my formula which is part of a sql statement:
((Sum(york1.T20C156) + Sum(york1.T20C157)) / (Sum(york1.T20C155)))*100 AS varOwnerOcc
This is how would look with the numbers:
((38 + 30) / (83))*100 AS varOwnerOcc
Thanks
Gary
I am trying to add a few coloums, but I continually get the answer of zero. I think it is happening because all the coloums I am using are integers. This is my formula which is part of a sql statement:
((Sum(york1.T20C156) + Sum(york1.T20C157)) / (Sum(york1.T20C155)))*100 AS varOwnerOcc
This is how would look with the numbers:
((38 + 30) / (83))*100 AS varOwnerOcc
Thanks
Gary