I am not sure what function to use in this scenario...
I have a table of dates and amounts, e.g. OCT-07, $25.00
I have a column header of dates, e.g. OCT-08. I am trying to sum by group the amounts, but the following formula doesn't work because it returns a false on the first record in the table...
IF {@DATE} = {Table.ROWDATE} THEN
{Table.Amount}
I get $0.00 returned for this formula. I evaluated the {table.ROWDATE} and it is returning OCT-07 and the Column Header is OCT-08.
I suspect I have to either loop through or use the WHILEREADING or WHILEPRINTING, but I am not familiar with any of the above in CR.
I am using CR XI. Any help or advice is always appreciated.
Thanks in advance,
Donald
I have a table of dates and amounts, e.g. OCT-07, $25.00
I have a column header of dates, e.g. OCT-08. I am trying to sum by group the amounts, but the following formula doesn't work because it returns a false on the first record in the table...
IF {@DATE} = {Table.ROWDATE} THEN
{Table.Amount}
I get $0.00 returned for this formula. I evaluated the {table.ROWDATE} and it is returning OCT-07 and the Column Header is OCT-08.
I suspect I have to either loop through or use the WHILEREADING or WHILEPRINTING, but I am not familiar with any of the above in CR.
I am using CR XI. Any help or advice is always appreciated.
Thanks in advance,
Donald