We have a BIP report with single data set. Each record consists of header level and line level data. So if there are 3 lines to an invoice, The report will have all the 3 lines consisting of invoice header as well line level data.
The requirement is only to populate the header level data for the first line and suppress it for the other two lines. The data is sorted based on invoice number. How can we handle this in rtf template?
e.g.
XML Data(Data Set) Looks like this:
Expected Report Output using RTF template should look like:
Please help us with the same.