S
S Jackson
I have the following Switch function in an unbound control in the detail
section of a report and it works beautifully:
=Format(Switch([DispositionType]="Other",[Amt],[DispositionType]="Withdrawn
by Petitioner",[Amt],[DispositionType]="Modified Penalty",[ModifiedPenalty])
& [CSAAmt],"Currency")
However, now I want to total the amounts collected by the Switch function
along with two more fields: [CSAAmt] & [JudgeAmt] in the Group Footer.
This expression gives me a error telling me it is either typed in correctly
or too complicated - to assign variables:
=Sum(Format(Switch([DispositionType]="Other",[Amt],[DispositionType]="Withdr
awn by Petitioner",[Amt],[DispositionType]="Modified
Penalty",[ModifiedPenalty]) & [CSAAmt] & [JudgeAmt],"Currency"))
Any thoughts?
S. Jackson
section of a report and it works beautifully:
=Format(Switch([DispositionType]="Other",[Amt],[DispositionType]="Withdrawn
by Petitioner",[Amt],[DispositionType]="Modified Penalty",[ModifiedPenalty])
& [CSAAmt],"Currency")
However, now I want to total the amounts collected by the Switch function
along with two more fields: [CSAAmt] & [JudgeAmt] in the Group Footer.
This expression gives me a error telling me it is either typed in correctly
or too complicated - to assign variables:
=Sum(Format(Switch([DispositionType]="Other",[Amt],[DispositionType]="Withdr
awn by Petitioner",[Amt],[DispositionType]="Modified
Penalty",[ModifiedPenalty]) & [CSAAmt] & [JudgeAmt],"Currency"))
Any thoughts?
S. Jackson