0
votes

I have Interactive report with 15 columns. For downloading report i used Download function from Action menu. When I tried to download report in csv format with 10 selected coulmn.. Csv does not contain all that selected 10 columns. Only few columns are shown in csv file

1
How do you know that less than the selected 10 columns are being downloaded? Perhaps check the CSV file in notepad. Also, check if there are any Server-Side Conditions on any of the columns which might evaluate to False when the report is being run for the download. - Jeffrey Kemp

1 Answers

1
votes

Oracle APEX uses the same query defined for HTML output to generate the csv for download, it applies same rules that is applied on HTML(from apex builder) report. If you are seeing any gaps, that must be due to settings. Try to open the report in incognito mode and download it.