Add a Hidden Column Trigger
| This feature is available only in Enterprise Edition. |
To add scripted logic to the VPM hidden column, follow the steps below:
-
If necessary, create a VPM as explained in Create a New VPM.
-
Select the Hidden Columns tab at the bottom.

-
Select the Trigger sub-tab.

-
Enter the desired trigger script in the text box at the bottom. The trigger script should use standard JavaScript syntax, and should return an array of hidden columns (e.g., array
hiddenColumnsin the last statement of the script).Example 1. Hidden column trigger scripthiddenColumns = ['SA.CUSTOMERS.CITY','SA.CUSTOMERS.STATE']; hiddenColumns;The following parameters are available for use in the script:
-
Press the ‘Save’ button to save the VPM.