Report Auto popup when generate in excel
Hello Everyone,
May i know if there is anyway to popup report automatically in case desformat = enhancedspreadsheet, like we generate report in pdf and it automatically popup but when generate in enhancedspreadsheet the file automatically save in download folder instead opening in MS excel.
I am using following command to generate report.
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT,enhancedspreadsheet );
Thanks.