donnarenia
Technical User
I have a report that pulls tax returns...by statutory due date. The report works fine but then I created a formula that will add the preparers name so I can know who is assigned to that return. When I add the following formula to my report I get repeating projects. I have checked my links and changed them to Left Outer Join but I continue to get repeating projects.
My preparer formula is:
WhilePrintingRecords;
stringVar preparer;
preparer := if {PROJECT.StatutoryDueDate} in {?Date
Range} and {PROJSTAF.Role}= "TAX" then {PROJSTAF.EmpID}
Any Suggestions
My preparer formula is:
WhilePrintingRecords;
stringVar preparer;
preparer := if {PROJECT.StatutoryDueDate} in {?Date
Range} and {PROJSTAF.Role}= "TAX" then {PROJSTAF.EmpID}
Any Suggestions