I need to set the "Bands Filter" to "All bands" in a ReportComponent Export step for a CSV file.
I see there is a CustomText parameter for additional parameters. What is the format for that parameter so I can get all bands in that exported report?
I need to set the "Bands Filter" to "All bands" in a ReportComponent Export step for a CSV file.
I see there is a CustomText parameter for additional parameters. What is the format for that parameter so I can get all bands in that exported report?
In regards to the case where you set SkipColumnHeaders to true you should take a look at the post https://www.quest.com/community/products/one-identity/f/identity-manager/20421/export-report-as-a-csv that describes that behavior and the solution.
As written before you cannot set the parameter to use AllBands to solve you problem but how about this workaround.
The information you are getting from the other data bands could be moved to the HeaderBand of the data to be exported as they are static, meaning you only get one data point for each of the items (Type, Transaction, ...).
So you HeaderBand would contain all the items you need and you could use SkipColumnHeaders=False.
HtH
Markus
In regards to the case where you set SkipColumnHeaders to true you should take a look at the post https://www.quest.com/community/products/one-identity/f/identity-manager/20421/export-report-as-a-csv that describes that behavior and the solution.
As written before you cannot set the parameter to use AllBands to solve you problem but how about this workaround.
The information you are getting from the other data bands could be moved to the HeaderBand of the data to be exported as they are static, meaning you only get one data point for each of the items (Type, Transaction, ...).
So you HeaderBand would contain all the items you need and you could use SkipColumnHeaders=False.
HtH
Markus