Updating ListAttributeSum

The ListAttributeSum business rule calculates the Total NPV in the Portfolio module. The class file for this business rule is in the Product Portfolio Management Configuration add-on package.

Procedure

  1. Click Advanced > Business Rules.
  2. In the bottom frame, click Add Business Rule.
  3. Browse to the class file and click OK to save the file.
  4. Open the demo workspace and click Configure > Attributes > Portfolios > Total NPV. The format of the business rule is as follows:
    =ListAttributeSum("398","1151","333","13",'Products',"listen_to=Status","listen_to=NPV")
    The numbers are the database IDs that are unique for each Rational® Focal Point™ environment. The following table explains each of the IDs.
    ID Explanation
    398 This number is the attribute ID of the Products attribute in the Portfolio module.
    333 This number is the element ID of the View for calculating Total NPV view in Configure > Views > Products.
    1151 This number is the attribute ID of the NPV attribute in the Products module.
    13 This number is the element ID of the administrator that is listed on the Admin page. To open the Admin page, click Members > Members > Administrator > Admin.
  5. Replace the IDs with the IDs of your environment.
  6. After you update the IDs, click Copy Default Value To All Elements.

Feedback