I'm using the ARIS Report Writer to generate a report in Excel. I am able to get my data, however, the Report Writer appears to put a header row whenever I have change in one of the values in the data used to categorize changes. See example below. I only want the header row in Row 1. I seem to be able to either get no headers at all or the repeating ones. Any pointers will be appreciated.
2 Replies
-
You are probably using a data table query to create this. Is your report being run over several criteria (groups, models, or objects)? (It appears so)
It looks as if your header is either in the dynamic section of your data table, or in a lower level query and thus being replicated every iteration of the query criteria. If this is the case, move the header into the static region or into the highest level query in your report.
If this still doesnt work, try inserting a formatting table in the above the data table to put your header. I know not the ideal solution, but this work around has worked for me in the past.
-Stefan
-
Stefan,
I am using data table query that is embedded in a two level nested query.
I took your suggestion about moving the column headers to the static area for the top-level query. This solution worked for me.
Thank you for your help.
Jim T.