Somehow, I have spent two days trying to figure out how to do something that should be so simple. I am using Telerik Reporting Q3 2010. I have a data source that contains a Boolean value called IsLaborCost, a String Value called CategoryName and a decimal value for CostAmount. I simple want my table to list the Categories that IsLaborCost is true, then a subtotal, then list the ones where IsLaborCost is false and a subtotal, and then a grand total.
I have tried adding a group and using the IsLaborCost as the Group By, but then it only shows the first category from the group. I cannot add a child group to that to set it to just show the details. If I add my initial group and select the Details option, then it shows all of my categories, but they are not grouped where I can add subtotals and such. What am I missing. I have read the documentation and played with the samples but cannot seem to get mine to work right.
I have tried adding a group and using the IsLaborCost as the Group By, but then it only shows the first category from the group. I cannot add a child group to that to set it to just show the details. If I add my initial group and select the Details option, then it shows all of my categories, but they are not grouped where I can add subtotals and such. What am I missing. I have read the documentation and played with the samples but cannot seem to get mine to work right.