Steps
- Add the respective column in the view
ModCntr_Log_Details_Template_Report_V
(e.g., column X
).
- Open the report template from
backend\de.metas.fresh\de.metas.fresh.base\src\main\jasperreports\de\metas\reports\modcntrlog
.
- If the Excel sheet is password protected and preventing you from editing it, unprotect it using the password
unlock
when prompted.
- Add the new column as header in the sheet.
- Add a reference
${rez.example}
to the respective column under the respective header. In this example it would be ${rez.X}
.
- Optional: The cell is editable by default. Lock the cell to make it read-only.
- Optional: Hide entire columns.
- When done editing, protect the sheet again using the same password from step 3.
Example
View source file on GitHub.com