Hi ,
Version (8.4)
In a list report, it has a prompt page containing dynamic column selection logic, i.e. the columns which are selected by the user, those columns will be displayed on the report output. It is working fine in HTML format.
While the report is running in csv format, conditional formatting is not getting applied on report.
Could you please help me, without using java script, how to apply the conditional formatting in order to hide the columns which are not selected by the user.
Thanks,
Hello
I am also facing a similer issue.
I came to know that, in CSV we cannot do GROUPING or CONDITIONAL FORMATING as the CVS will run from a Query and not from a formatted report output.
--Prem
Hi ,
As i know csv is not able to handle conditional formatting and grouping.. what we are doing in our reports is we are creating a conditional blocks and handiling that....