-
Open the Run MQL window:
-
From the compass, select Collaboration and
Approvals.
-
In the navigation pane, click .
To run an MQL command, enter the command in the
MQL Command box and click Run
or press Enter.
-
To customize the list of milestone relationship attributes displayed on the filter page for a product timeline, run the following MQL command:
modify command PLCFilterTimelineCommand add setting attributeFilterList <symbolic_name_attribute>; where:PLCFilterTimelineCommand is the command that loads the filter page for the product timeline.attributeFilterList is the list that contains the milestone relationship attributes displayed on the filter page.<symbolic_name_attribute> is the symbolic name of a milestone relationship attribute. Separate multiple entries with a comma. All attributes must have a valid range value; otherwise, any attribute without a valid range will not be displayed on the filter page. By default, attributeFilterList is set to attribute_Region,attribute_Segment,attribute_Season,attribute_Year,attribute_MilestoneType
|