What is the desired functionality that you are missing?
Today CSV Export of Reports is limited to 1000 rows per default. This limit can be changed per configuration. At the same time, there is a note in the documentation that increasing the limit can lead to an increased usage of memory.
The goal is to remove this limit. We can remove the limit entirely by building an async or streaming exporter
As it is hard to predict for the administrator how much impact more rows will have on memory since every report data is different and it is unknown how many rows the user wants to export in the end, we should remove this limit and think about building an async or streaming exporter.
Which problem are you going to solve with this functionality?
**Most administrators do not change the default config (1000) and often users are not aware of this. This leads to confusion since users find out by accident that data is missing. Additionally, users expect that more data can be exported easily (without having to manually copy data). Today there is no easy way to export more data without changing the configuration setting.
This is the controller panel for Smart Panels app
- is related to
-
OPT-4339 Inform user if CSV export does not contain full data set
- Done