Topic: Dividing two fields on a cross table Posted: 23 Jun 2016 at 8:51pm
I'm doing a cross table and I already obtained two fields by using formulas, the third field is the result of dividing the first field by the second one. I can't figure out a way to do it.
Example:
Cross table:
Jan Feb March
Client A 9 18 20
3 2 5
field i'm-> 3 9 4
trying to
get
I tried using a formula that divides field 1 / field 2:
IF field2=0 THEN 0 ELSE field1/field2
but the numbers get divided and then added up, example:
If data on field 1 is (3, 4, 8) and data on field 2 is (1, 1, 1,) crystal will divide each pair and then add them up :
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum