You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an Export model with "Easy Reporting", if multiple Cells in the export mapping share the same value, then the generated Excel file will have duplicated rows (multiplication factor being the number of time a value is repeated in the mapping).
For example :
If I have an Easy Report for product.template with 9 records and the following mapping:
A1 -> default_code -> ${value or ""}
B1 -> default_code -> ${value or ""}
C1 -> default_code -> ${value or ""}
D1 -> name -> ${value or ""}
Then the generated file will have:
27 rows with A, B and C filled with the value of default_code
9 rows with D correctly filled with the value of name
To Reproduce
14.0:
Steps to reproduce the behavior:
Create a new XLSX Template
Check "Easy Reporting"
Add a Report Model (e.g "product.template")
Fill the Export tab (export_ids field) with the example given above (X columns with the same value, X greater than 1)
Expected behavior
The number of rows should remain consistent with the number of records exported.
The text was updated successfully, but these errors were encountered:
Module
excel_import_export
Describe the bug
When creating an Export model with "Easy Reporting", if multiple Cells in the export mapping share the same value, then the generated Excel file will have duplicated rows (multiplication factor being the number of time a value is repeated in the mapping).
For example :
If I have an Easy Report for product.template with 9 records and the following mapping:
A1 -> default_code -> ${value or ""}
B1 -> default_code -> ${value or ""}
C1 -> default_code -> ${value or ""}
D1 -> name -> ${value or ""}
Then the generated file will have:
27 rows with A, B and C filled with the value of default_code
9 rows with D correctly filled with the value of name
To Reproduce
14.0:
Steps to reproduce the behavior:
Expected behavior
The number of rows should remain consistent with the number of records exported.
The text was updated successfully, but these errors were encountered: