By using this website, you agree to our Terms of Use (click here)
I have a report that already has multiple header sections. When I use the "Duplicate Section" action on an existing heading, it adds it at the bottom. So, I get something like this:
groupHeaderSection1
groupHeaderSection2
groupHeaderSection3
groupHeaderSection4
groupHeaderSection5 (new)
But what I want is to move the new header section up to is is more like this:
groupHeaderSection1
groupHeaderSection5 (new)
groupHeaderSection2
groupHeaderSection3
groupHeaderSection4
Is there an easy way to do this?
I don't think there is. You could try (carefully) modifying the child elements of <Sections> in the report .RPX file.
Actually, that worked! It was a lot simpler than I thought. I just saved the file locally and opened in notepad. I first added the 2 new headers that I needed. Before I added any objects the sections, I moved them. The file is in XML format, so it was easy to identify all the sections and rearrange. Thanks again for the help.
No problem. Glad to hear that it worked for you!
Thanks.... this has bugged me for years. All these while, I manually re-do all the sections. Tq tq tq tq...........
