G
Guest
Hi,
I have created a crosstab query that displays information from a date.
eg:05/06
Partner 05/06 06/07 07/08
jec $200 $300 $400
the row is the partner, column heading is the date and the value is
[pcashflow_amt] by sum.
what I would now like to do is to calculate the sum of the amount based on
the following:
=sum(iif([pcashflow_operator]="add", 1-1)*[pcashflow_amt]
I want the sum as well as an accumulated sum from the expression above.
Where do I add this lime to my query?
I have created a crosstab query that displays information from a date.
eg:05/06
Partner 05/06 06/07 07/08
jec $200 $300 $400
the row is the partner, column heading is the date and the value is
[pcashflow_amt] by sum.
what I would now like to do is to calculate the sum of the amount based on
the following:
=sum(iif([pcashflow_operator]="add", 1-1)*[pcashflow_amt]
I want the sum as well as an accumulated sum from the expression above.
Where do I add this lime to my query?