I need to know how to format a simple addition problem:
{@4}+{@5}+{@6}+{@7}
I want to add the totals of these formulas:
If {PAYABLES_TRANSACTION.Starting4} < CurrentDate And {PAYABLES_TRANSACTION.Ending4} > CurrentDate Then
"$" & {PAYABLES_TRANSACTION.Amount4}
Help I cannot get a seemingly simple function to work.