Hi,
I'm creating a report in which I need to display a list of point, I've categories and subcategories.
I looked at your ProductSales report, which seems to do almost the same thing that I need, but it's not the case:
In my case, I've a collection of Categories, which have a proprty that is a collection of subcategories:
And in yours, you have only one object which contains all elements.
I can do a "Group", but I will only have one Item per group(the Category), and I can't display the subGroup in the same table. So how should I do this?
Another problem:
I've a "business key" for both category and subcategory, it's on this key that I can Group, and I need them on the same collumn, I also didn't found this.
It's one of the last piece I miss to create 20+ reports, so I will really be happy if you can explain me how I should do this.
Maybe it's more explicit if I give you a screenshot of what I'm hopping to do with telerik Screenshot of the hopped result
I'm creating a report in which I need to display a list of point, I've categories and subcategories.
I looked at your ProductSales report, which seems to do almost the same thing that I need, but it's not the case:
In my case, I've a collection of Categories, which have a proprty that is a collection of subcategories:
List<
Category
>
\-->Category
\-->List<
SubCategory
>
\-->SubCategory
And in yours, you have only one object which contains all elements.
I can do a "Group", but I will only have one Item per group(the Category), and I can't display the subGroup in the same table. So how should I do this?
Another problem:
I've a "business key" for both category and subcategory, it's on this key that I can Group, and I need them on the same collumn, I also didn't found this.
It's one of the last piece I miss to create 20+ reports, so I will really be happy if you can explain me how I should do this.
Maybe it's more explicit if I give you a screenshot of what I'm hopping to do with telerik Screenshot of the hopped result