function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Developer BaseDeveloper Base 

Report formula - one field, two record types

Hello,

I have two record types: RT1 and RT2.

I have one field: Total__c, which is a currency field.

How do I make a formual field in a report that would take summary of Total__c for RT1 and substract it from summary of Total__c for RT2? Pseudocode:
 
Summary of RT2.Total__c  - Summary of RT1.Total__c