I am swept by formulas all of a sudden.
prod qty proqty goqty
aa1 1 10 120
aa1 2 9 120
aa1 0 8 120
aa2 0 20 10
aa2 5 50 10
I have prod field trimmed so everything for aa goes into same group. So my group is Trimmedprod.
I need to get on Report:
If {qty}=0 then prodqty
If {qty}<>0 then prodqty
Then I need to get total for aaa 19+50=69
Then I need to have gogty 120 +10 = 130
Then I need 130-69
I have group So my group is Trimmedprod
Report looks like:
prod proqty0 proqtynot0 totalproqty goqty short
aa 28 69 97 130 33
I have everything done except i can not make a 'short' column to calculate correctly.
Please, advice.
prod qty proqty goqty
aa1 1 10 120
aa1 2 9 120
aa1 0 8 120
aa2 0 20 10
aa2 5 50 10
I have prod field trimmed so everything for aa goes into same group. So my group is Trimmedprod.
I need to get on Report:
If {qty}=0 then prodqty
If {qty}<>0 then prodqty
Then I need to get total for aaa 19+50=69
Then I need to have gogty 120 +10 = 130
Then I need 130-69
I have group So my group is Trimmedprod
Report looks like:
prod proqty0 proqtynot0 totalproqty goqty short
aa 28 69 97 130 33
I have everything done except i can not make a 'short' column to calculate correctly.
Please, advice.