Quick report Excel export empty Dear Community, Maybe any of you have faced this issue in the past. We are on Apps10 UPD21 We try to schedule a few QRs, but we struggling with a strange phenomenon. We have e.g. the following QR, which gives back some results if I run it in IEE: But when I try to export the report to Excel, that looks “empty”: In the report we have some filter parameters: The “speciality” is if we leave the From_date and To_date parameters empty, the report filter automatically to the last period: AND hl.time_stamp BETWEEN NVL(TO_DATE('&From_date', 'dd/mm/yyyy'), TRUNC(ADD_MONTHS(SYSDATE, -1), 'MM')) AND NVL(TO_DATE('&To_date', 'dd/mm/yyyy'), TRUNC(SYSDATE, 'MM') - INTERVAL '1' SECOND) I modified the query and played around, and tried to eliminate not necessary things from the sql, so when I ran in IFS: Then when I exported to Excel: I tried many things (e.g.: change the LIKE, replace the NVL date logic etc.) but nothing helped, and I can’t figure it out what cause the issue. this is the latest and si