(RecordTypeId = "0123400000046MW")"Amount"
12 answers
So you formula would be
IF(RecordTypeId = "0123400000046MW", Amount, NULL)
or better yet
IF(RecordType.DeveloperName = "The_Name", Amount, NULL)
(RecordTypeId = "0123400000046MW")"Amount"
So you formula would be
IF(RecordTypeId = "0123400000046MW", Amount, NULL)
or better yet
IF(RecordType.DeveloperName = "The_Name", Amount, NULL)