Thank you so much for the help. The formula worked great as far as showing the first field. I still don't have the option to sum or subtotal this field though. Any ideas regarding this?
js
I am using a formula like this:
If IsNull({LABOR_TICKET.TRANSACTION_ID}) then 0 else
IF{LABOR_TICKET.TRANSACTION_ID} <> PREVIOUS({LABOR_TICKET.TRANSACTION_ID})
THEN{LABOR_TICKET.GOOD_QTY} ELSE 0
this is in the detail section of my report. My first return is blank and I do not have the option...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.