Hello Team,
How to generate a BI Publisher report (scheduled through ESS Job) with headings only (without 1st line with delimiters) when there is no data in CSV format?
Note: Not by using bursting method.
Thank you
Here is just one method:::::
To ensure your scheduled BI Publisher report outputs only the column headers (without an empty row of delimiters) when the dataset is empty, you can handle this directly in your template layout.
Since you aren't using bursting, here are the two most effective methods depending on your template type:
.etx
If you are using an eText template to generate your CSV file, you need to conditionally wrap only the data record section so it doesn't execute when the group is empty, while leaving the header section untouched.
IF
Group_Name
count(ELEMENT_NAME) > 0