I'm trying to use NoFilter to solve a problem with dimension and section without success...
I have created a variable that returns number of months between current date and the date the product was produced.
So far so good. I end up with a range between 0 and 36 for all products. When I drag the new variable and sum of products in a table I get
0 22
1 4
2 12
3 3
4 40
...
Then I create a section based on product category and get a range of 5-9 for product A, 0-22 for product B, and 15, 20-36 for product C.
The problem is that i would like to show the entire range 0-36 for each product even if the sum products is 0.
Any suggestions on how I can proceed to solve the issue?