Avoid printing interactive report column Ashish Sahay Mar 14, 2017 1 min read Ashish SahayAPEXAPEXIR use following expression as column condition and column will not print. NVL (SUBSTR (:request, INSTR (:request, '_', -1) + 1), 'ASHISH') NOT IN ('XLS', 'CSV', 'HTMLD', 'EMAIL','XLSX') Browse blob file on button click Set item at right of interactive Report search bar Oracle APEX Related Posts Working with Multi Select ListBrowse blob file on button clickCascade Select List in Tabular formGet the time when was the Record was insertedSet item value in Session using PL/SQL