newbie question
I have a delivery report that contains 4 groups:
group1: Customer (header supressed)
group 2: Sequence extension (supressed)
group 3: Sequence number (supressed)
group 4: Order line (header supressed)
Now I have a formula in Groupfooter 4 which is:
LineOnTime: IF {table.Date-shipped} <= {table.Date-docked} then 1 else 0
according to the formula 2 of the order lines are "1" .. so I created a running total that Sums LineOfItem (eval in group4 reset on group 1) however it's returning a total of 4 and not 2.
What am I doing wrong here?
I have a delivery report that contains 4 groups:
group1: Customer (header supressed)
group 2: Sequence extension (supressed)
group 3: Sequence number (supressed)
group 4: Order line (header supressed)
Now I have a formula in Groupfooter 4 which is:
LineOnTime: IF {table.Date-shipped} <= {table.Date-docked} then 1 else 0
according to the formula 2 of the order lines are "1" .. so I created a running total that Sums LineOfItem (eval in group4 reset on group 1) however it's returning a total of 4 and not 2.
What am I doing wrong here?