I am trying to make my cross tab show the lines even if the columns are empty;
The cross tab model is the following:
Day_of_month brand1 brand2
day_1 1
day_2 3
The current behavior is If a given month does not have brand sales it simply does not show the cross tab, and I want to print the left part consisting of the days of the month even if no sale is made.