Forum Discussion
subtotal missing for running total in matrix
The subtotal cell remians empty for running totals if there is no value in that category.
I tried using the cross join method but it adds all the sub categories in all the categories, I dont want to mix up the sub categories.
please suggest a solution.
6 Replies
- Icey
Community Support
Hi mahendi ,
Sorry to reply late.
I find the cause: there is no record of "Category 2 in January".
You need to create another Category table with all categories and another Dates table with all months. Then, create relationship among the three tables. Finally, use the column "Category" from the new Category table, the column "Month" from the new Dates table, and you will get what you want.
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.