G
Guest
I have a table with teo columns "copy type" and "sumofto total quantity". I
created a report wwith 3 columns with the following statement under each
column; =IIf([Copy Type] Like "Distr",[SumOfTotal Qty],""), ans in the other
2 clumns I've replaced "Distr" with "Store" and "Overs".
I would like to total the three columns in my report footer so I created
another statement as followes; =IIf([Copy Type] Like "Distr",Sum([SumOfTotal
Qty]),"") and in the other 2 columns again I've replaced "Distr" with "Store"
and "Overs".
When I run the report no error message is returned but no total show up.
What is wrong with my totals statements?
Thanks, John
created a report wwith 3 columns with the following statement under each
column; =IIf([Copy Type] Like "Distr",[SumOfTotal Qty],""), ans in the other
2 clumns I've replaced "Distr" with "Store" and "Overs".
I would like to total the three columns in my report footer so I created
another statement as followes; =IIf([Copy Type] Like "Distr",Sum([SumOfTotal
Qty]),"") and in the other 2 columns again I've replaced "Distr" with "Store"
and "Overs".
When I run the report no error message is returned but no total show up.
What is wrong with my totals statements?
Thanks, John