Hi all,
I need to create a report where it would filter by Sales category (hierarchy).
But now I thinking is it possible at all.. For example there is Sales category with a few child's, that child's can have their own child's and so on.
So if user select main or sub category it should filter all records which are on selected category or child level.
How to create query for it. I know I can add validations on DP class to check all record from Query but it is not good example. Because in the future if there will be more and more records it will make report more and more slow.
Right now I found two views where I would need to use:
EcoResProductCategoryExpanded - For get all selected category on the Item
EcoResSalesCategoryExpanded - for get all Sales category.
But it is not exploding to the inner child's.
Maybe there is a view where it is exploding all categories to the smallest child or something?