I have a formula that I need to put in a group:
formula:
IF (maximum({@comp},{LOAN.LOAN_ID})) in -1 to 0 THEN 0 ELSE (maximum({@comp},{LOAN.LOAN_ID}))
comp:
if {PSCAT_LOANS_DOCUMENTS_RELATION.STATUS} = "in" then currentdate-{PSCAT_LOANS_DOCUMENTS_RELATION.STATUS_DATE}
However, its not letting me put this in a group as it is a summary formula. I have entered a section below the loan number but it lists the group every time. Is there a way for me to supress everything except the first instance of the group name?
Thanks in advance.
formula:
IF (maximum({@comp},{LOAN.LOAN_ID})) in -1 to 0 THEN 0 ELSE (maximum({@comp},{LOAN.LOAN_ID}))
comp:
if {PSCAT_LOANS_DOCUMENTS_RELATION.STATUS} = "in" then currentdate-{PSCAT_LOANS_DOCUMENTS_RELATION.STATUS_DATE}
However, its not letting me put this in a group as it is a summary formula. I have entered a section below the loan number but it lists the group every time. Is there a way for me to supress everything except the first instance of the group name?
Thanks in advance.