Hi Paul,
Create a formula with this code and use it as the 'Order #' on group:
If OnFirstRecord then {Order#} else
if previous({Order#}) = {Order#} then ""
else
{Order#}
-Abhilash
Hi Paul,
Create a formula with this code and use it as the 'Order #' on group:
If OnFirstRecord then {Order#} else
if previous({Order#}) = {Order#} then ""
else
{Order#}
-Abhilash