Displaying the Sum of Values That Siebel CRM Displays in a List Column

You can display the sum of values that Siebel CRM displays in a list column in a list applet.

To display the sum of values that Siebel CRM displays in a list column

  1. In Siebel Tools, in the Object Explorer, click Applet.

  2. In the Applets list, locate the applet you must modify.

  3. Expand the Applet tree, and then click List.

  4. In the Lists list, set the properties of the List object using information from the following table.

    Property Description

    Total Displayed

    Make sure the property contains a check mark.

    Total Required

    Make sure the property contains a check mark.

  5. In the Object Explorer, expand the List tree, and then click List Column.

  6. Make sure the Total Required property for each list column you must total contains a check mark.

  7. In the Object Explorer, in the Applet tree, click Applet Web Template.

  8. In the Applet Web Templates list, choose the Base or the Edit List web template.

  9. Set the properties of the applet web template using information from the following table.

    Property Description

    Web Template

    Applet List Totals (Base/EditList)

  10. In the list applet template file, set the property attribute of the <div od-type="control"> tag to Total.

    For example, use one of the following code:

    <div od-type="control" id="XXX" property="Total"/>
    

    or

    <div od-type="control" id="XXX">
     <div od-property="Total"/>
    <!--od section control close-->
    </div>
    

    If the property attribute in the <div od-type="control"> tag or in the <div od-property=xxx> tag is set to a value of total, and if the Total Required property for the list column contains a check mark, then Siebel CRM displays the total for the list column values. If the Total Required property does not contain a check mark, then Siebel CRM does not create an output. This property is valid only if Siebel CRM maps the <div od-type="control"> tag to a list column. For more information, see About Siebel Web Templates and Siebel Tags.

  11. Compile and test your modifications.

    For more information, see Using Siebel Tools.