T
Tim
All,
The following is an example:
I have a table that looks as follows:
Appeal_ID 2000 2001 2002
mNLC00 10 100
mNLC01 10 100
eVNT00 200 10
eVNT01 200 10
What I want is something like this:
Appeal 2000 2001 2002
mNLC 10 110 100
eVNT 200 210 10
I can't seem to do this in one query. I can get a sum for a particular
column value but it repeats many times when placed in the detail
section of the report. If I place it in the page footer section than
the sum formula gives an error.
My sum formula looks as follows: =Sum(IIf(Left(total!APPEAL_ID,
4)="mnlc",total![2000],0))
What is the best way to go about doing this?
Thanks,
Tim
The following is an example:
I have a table that looks as follows:
Appeal_ID 2000 2001 2002
mNLC00 10 100
mNLC01 10 100
eVNT00 200 10
eVNT01 200 10
What I want is something like this:
Appeal 2000 2001 2002
mNLC 10 110 100
eVNT 200 210 10
I can't seem to do this in one query. I can get a sum for a particular
column value but it repeats many times when placed in the detail
section of the report. If I place it in the page footer section than
the sum formula gives an error.
My sum formula looks as follows: =Sum(IIf(Left(total!APPEAL_ID,
4)="mnlc",total![2000],0))
What is the best way to go about doing this?
Thanks,
Tim