I created a crosstab in a critical report in which I want to suppress the Row Heads of the Cross tab,
I tried to suppress the Row-Header object, but after executing it, I still see the empty Row-Header cells.
Edit:
For example, I have a column: opening and closing and rows in the form of dates of the month, so it will look like this in the cross tab
Opening Closing
01/10/2010 500 600
02/10/2010 600 700
03/10/2010 700 800
So, etc. My goal is to show only data without dates (which are row headers) and without "Open and close" headers, which are column headers.
Is there a way to completely suppress header lines in CrossTab ??
Thanks in advance.
source
share