Simple Custom Summary formula in Report Example

 

Simple Custom Summary formula in Report Example -

 

 

Suppose we created 2 custom Formula (Number return type) fields on the object:


 1. FieldName 1 = preHours

 CASE(abcPlace__c,"Pre",(defTime__c/60),null)


 2. FieldName 2 = postHours

 CASE(abcPlace__c,"Post",(defTime/60),null)

 

Later we can use these 2 fields in the report

Comments