Reusing the same table more than once
Posted: Wed Nov 08, 2023 3:40 am
Hi
I have a Master Detail relation. For each record in Master, I will need to print 2 Calculated Columns from Detail.
The first calc column is accumulating an Amount field based on a condition while the other calc column is doing the same but based on a different condition. Example, amount for Allowances and Reimbursements.
Is this possible using SUM(IIF(xx=yy,aa,0))?
I have a Master Detail relation. For each record in Master, I will need to print 2 Calculated Columns from Detail.
The first calc column is accumulating an Amount field based on a condition while the other calc column is doing the same but based on a different condition. Example, amount for Allowances and Reimbursements.
Is this possible using SUM(IIF(xx=yy,aa,0))?