Hi,
I have a crosstab that looks like the following (because of the proportinal font user here I have used X's, the first 2 lines are the header (top one is a date and the 2nd one is cost/sales/margin) and the second 2 are the data):
|_______XXX__________|_______XXX_________|
|XXXXX|XXXXX|XXXXXX|XXXXX|XXXXX|XXXXXX|
|XXXXX|XXXXX|XXXXXX|XXXXX|XXXXX|XXXXXX|
|XXXXX|XXXXX|XXXXXX|XXXXX|XXXXX|XXXXXX|
I have a parameter that allows the user to specify whether they want to shot the margin column or not. I am using conditional styling to set the box type of the margin cells to None if they say no. This is working fine except that the date headers become offset, so the table looks like the following:
|_______XXX__________|_XXX_|
|XXXXX|XXXXX|XXXXXX|XXXXX|
|XXXXX|XXXXX|XXXXXX|XXXXX|
|XXXXX|XXXXX|XXXXXX|XXXXX|
So the date headers are still spanning 3 columns even though only 2 data columns per period.
Has anyone seen this before and know a fix?
Thanks in advance for your help.
Railton.
I have a crosstab that looks like the following (because of the proportinal font user here I have used X's, the first 2 lines are the header (top one is a date and the 2nd one is cost/sales/margin) and the second 2 are the data):
|_______XXX__________|_______XXX_________|
|XXXXX|XXXXX|XXXXXX|XXXXX|XXXXX|XXXXXX|
|XXXXX|XXXXX|XXXXXX|XXXXX|XXXXX|XXXXXX|
|XXXXX|XXXXX|XXXXXX|XXXXX|XXXXX|XXXXXX|
I have a parameter that allows the user to specify whether they want to shot the margin column or not. I am using conditional styling to set the box type of the margin cells to None if they say no. This is working fine except that the date headers become offset, so the table looks like the following:
|_______XXX__________|_XXX_|
|XXXXX|XXXXX|XXXXXX|XXXXX|
|XXXXX|XXXXX|XXXXXX|XXXXX|
|XXXXX|XXXXX|XXXXXX|XXXXX|
So the date headers are still spanning 3 columns even though only 2 data columns per period.
Has anyone seen this before and know a fix?
Thanks in advance for your help.
Railton.