Hi,
I am using oracle apex 20.2 and when I am trying to download with a filter condition (AND NVL(country,'US') = CASE WHEN :P20256__CNTRY IS NULL THEN NVL(country,'US') ELSE :P20256_CNTRY END) it downloads only header (data in view is perfectly ok) and if remove filer condition its working fine.
what may be the cause
Regards,
Jojo