Group on a Code field with DataItemTableView

enssternensstern Member Posts: 1
Hi all,

I'm currently trying to print subtotals for each individual support case between the lines on the report (when one case ends and the new one starts).
To achieve this, I want to group one supportcase at a time to sum the lines time values.
I have tried to do this using DataItemTableView and this is what I have so far:

DataItemTableView = Sorting(Supportcase, Date)Order(Ascending)Where(?);

I have never really worked with this property so I dont know how to use it correctly to group a single supportcase at a time.

Thank you.
Sign In or Register to comment.