Hi,
I have an Interactive report region that allows checkbox row selection on screen, users are also allowed to download the displayed data using the APEX IR Download function to CSV, Email and PDF.
Question:
How can the checkbox IR column be disabled from appearing on downloaded outputs?
I tried giving a condition on the column as PL/SQL Expression
NVL(:REQUEST,'EMPTY') NOT IN('CSV','XLS','PDF','XML','RTF','HTMLD')
But it's not working. It is working only when column type is 'display as text'. I want to disable a column which is off check-box type in IR Report while downloading but not at the time of displaying.
Thanks in Advance,
Abhishek
My environment details:
APEX 5.1.4.00.12
Oracle 11g (11.2.0.1)
Google Chrome Version 60.0.3112.113
Custom Theme