1. 기본 설정은 다른 항목과 동일하게
Identification - Type : Text Field
Heading : 우편번호
Export / Printing - Include In Export / Print : YES
2. Server-side Condition
Type : Function body
Language : PL/SQL
PL/SQL Function Body :
RETURN NVL(:REQUEST,'EMPTY') NOT IN ('CSV','XLS','RTF','HTMLD');
이렇게 하면 다운로드 할 때만 해당 항목이 나타납니다.
참고
https://doyensys.com/blogs/include-or-exclude-column-in-apex-interactive-report-download/
https://www.talkapex.com/2010/06/how-to-only-display-column-when/