2 respuestas
Hello Jennifer,
What are the data types of Field A and Field B?
If they are number fields, and you just need the difference between them,
Then create a Formula field( Return type:Number)with this formula:
Field_A__c - Field_B__c
Use the "Insert Field" button on the formula editor page to pull in API/developer name(with the underscores..) of the fields A,B.