Enable the Hide/Show Feature on Word Export
Previous - Add a Logo and Extensions for PPT Export
Overview
To enable the Hide/Show feature, you need to add code references to the flattened file.
Step-by-Step Guide
- Follow the steps to Add Dynamic Variables for Word Export.
Hiding/Showing Table Rows/Columns
Identify the table row/columns that need to be hidden upon export.
Open the flattened file and create code references for hiding/showing table rows/columns.
If new code references are added, then click Import Model via Excel and upload the updated flattened file.
Open the Word document and add the hide command <VR_CMD_DEL_ROW_codereference_VR> to hide the row.
Add the hide command <VR_CMD_DEL_COL_codereference_VR> to hide the column.
Upload the Word document after removing the earlier uploaded Word document.
Click Value Collaborator and click the Save button on the top navigation. Now click Prototype.
Select/Deselect the checkboxes to implement the hide/show feature on the Word Export (checkbox/dropdown/radio button as per client requirement).
Click to unselect the checkboxes on the Prototype page to hide table rows/columns. Click Save.
Click Export and then click Export Word. The table rows/columns would not be visible upon export.
- To unhide the table rows/columns, click to select the checkbox and then click Save. Click Export and then Export Word.