Skip to main content
Domini Healy (LADbible Group) 님이 #Sales Cloud에 질문했습니다

Hi All, 

I'm trying to do a very simple calculation field but it isn't returning the correct value. 

Formula: 

Amount - $User.Target__c

However, it is not returning the correct values in the report: 

Target                 Net Amount         Remaining Target

 2,000,000.00 | GBP 32,000.00 | GBP -68,000.00

Remaining target should be: £1,968,000

Thank you

#Sales Cloud #Data Management #Formulas

답변 8개
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    2021년 11월 18일 오후 2:52

    If Target is already on the user record, then you can simply retrieve it by using Owner.Target.

    You shoudl ALWAYS use the Insert Field button when creation a formula so you get the right field names. Click on it, find "Owner>", then you'll see all the fields on the User record, so you can choose Target and Insert

0/9000