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
Alphonse OnyeagwaAlphonse Onyeagwa 

Has anyone calculate a variance between two fields in summary format report?

Hi, All, 

I am trying to calculate a variance between 2 fields. I have the following in my formula, but is picking up on Opportunity name only, we would like to see it by each quote line, and I was wondering if anyone can point out what I may be doing wrong? Thanks! 

OpportunityLineItem.SBQQ__QuoteLine__c.Displayed_Net_Total__c:SUM - PREVGROUPVAL(OpportunityLineItem.SBQQ__QuoteLine__c.Displayed_Net_Total__c:SUM, Opportunity.Name)