Enabling Refinements of Custom Feature Option Columns

If you have added custom columns in the Feature Option table, you must enable the use of these custom columns in refinements when building an effectivity expression.

  1. Open the Run MQL window:
    1. From the compass, select Collaboration and Approvals.
    2. In the navigation pane, click Utilities > Run MQL.
    To run an MQL command, enter the command in the MQL Command box and click Run or press Enter.
  2. To enable the use of the custom columns in effectivity expression refinements, run the following command:

    modify table <Table name> system column modify name <Custom column name> setting "Auto Filter" true;

    where:

    • <Table name> is the name of the table to which you added the custom column.
    • <Custom column name> is the name of the custom column that you added to the table.