Nagalakshmi a reader of Siebel Unleashed blog shared a useful tip yesterday related to configuration of Totals in List Applets

Requirement:

The requirement is to display the totals of certain numeric columns in a list applet under the respective columns. I did not know how to configure this. The ‘Edit Web Layout’ section did not reveal any extra column to display the column total.

The Solution:

There are two properties (flags) for a list applet that need to be set to ‘True’ at the ‘List’ object level

  • Total Required
  • Total Displayed

Then there is another property called ‘Total Required’ at the List Column Level which needs to be set to ‘Y’ for all those columns for which a total has to be displayed at the end of all the records in the applet.

The totals will then appear in the list applet in the UI. If you would like to remove the total being displayed in the applet, uncheck the ‘Total Required’ property of that list column at the applet level.

My thoughts:

Use caution while using this property. I have seen too many performance issues because this property was set to true for certain columns but a nice tip for beginner.

OkAvarageGoodVery GoodExcellent (5 votes, average: 4.8 out of 5)
Loading ... Loading ...