BIP 11.1.1.7.1: Burst to FILE issue
Hello,
I have a report with an etext template using delimited output to generate a pipe delimited text file to be consumed by an external system.
In order to generate this file on the server in a particular directory, with a specific name, I read that bursting to FILE is the only option.
The issue is that since the output is a flat tabular format i.e. the data model has a single query, resulting in a single group. Since data is not grouped, in the bursting definition, I don't have a specific "KEY" element and hence the bursting to file is not working. How to make this work in this situation when there is 1 group only?