My current report is working fine, with one list and one table. One TotalCount dataset and one detail dataset selecting only where DaysBetweenContactAndEntry >= @Threshold.
What I am trying to do... add two fields that need the total count of notes for each caseworker.
Caseworker's Name
Total Notes for time period = x
Notes over threshold = 3 (this was easy with dataset select statement)
Percent of notes overdue = y
I need a way to get the x and y.
Tried several methods to get at this data, none successful. Any help would be appreciated.
What I am trying to do... add two fields that need the total count of notes for each caseworker.
Caseworker's Name
Total Notes for time period = x
Notes over threshold = 3 (this was easy with dataset select statement)
Percent of notes overdue = y
I need a way to get the x and y.
Tried several methods to get at this data, none successful. Any help would be appreciated.