Problem description:
- given:
- I have a process with a lot of variables (e.g. more than 100)
- I created a raw data report based on this process
- I exclude all variables from the tables but one
- when:
- I export the report as CSV
- then:
- I get the error Bad Message 431. Reason: request header fields too large and can't download the CSV file
- expected:
- the CSV export also works for many excluded columns
AT's:
- the described bug is fixed
- there's an additional process in the data generation that contains 100 variables so be able to manually test those cases
- the name of the process indicates that it has a lot of variables
- the process is added to the front-end and stage data set
Hint:
We don't need to send the excluded columns in the front-end. The back-end can directly extract the excluded columns from the report configuration.
This is the controller panel for Smart Panels app
1.
|
Don't add excluded columns to export request | Done | Unassigned | |
2.
|
Extract excluded columns from the report data | Done | Unassigned |