Hi there
I'm attempting to write a report where I have a running balance value field which I want to dissect and show the net amount for the value (today's value less yesterdays). I also have a field which is value type (say Actual and Budget but there are more than this) which means I can't apply a filter to the entire report. I need to be able to sum the value field to show the summary per day for each value type.
My method was to create if formulas for each value type;
if {Summary_data.summary_type}= 19028
then {Summary_data.value} /100
else 0
which I would then sum by date (this formula is missing the subtraction of yesterday's date). I have attempted using previous calculation but you can't sum that formula.
Any ideas would be great, I talked to someone and they thought it would need to be done outside of Crystal in a query.
Cheers
I'm attempting to write a report where I have a running balance value field which I want to dissect and show the net amount for the value (today's value less yesterdays). I also have a field which is value type (say Actual and Budget but there are more than this) which means I can't apply a filter to the entire report. I need to be able to sum the value field to show the summary per day for each value type.
My method was to create if formulas for each value type;
if {Summary_data.summary_type}= 19028
then {Summary_data.value} /100
else 0
which I would then sum by date (this formula is missing the subtraction of yesterday's date). I have attempted using previous calculation but you can't sum that formula.
Any ideas would be great, I talked to someone and they thought it would need to be done outside of Crystal in a query.
Cheers