giggles7840
IS-IT--Management
Im new to SSRS 2008. I am using SQL Server 2008.
I am trying to create a column that has a running total based on the change of an existing column (date).
An example would look like this:
1 8/5
1 8/5
1 8/5
1 8/5
2 8/6
3 8/9
3 8/9
Right now i am trying tyhis:
=RunningValue(Fields!TargetDate.Value,Sum,"TargetDate")
However I keep getting a #Error
What am I doing wrong? "TargetDate" is a group I created.
I am trying to create a column that has a running total based on the change of an existing column (date).
An example would look like this:
1 8/5
1 8/5
1 8/5
1 8/5
2 8/6
3 8/9
3 8/9
Right now i am trying tyhis:
=RunningValue(Fields!TargetDate.Value,Sum,"TargetDate")
However I keep getting a #Error
What am I doing wrong? "TargetDate" is a group I created.