ads

Monday 13 August 2018

How to Resolve Error : Incorrect Parameter type for operator '&'


This error generally come when we are trying to concatenate two fields values into a single formula field 

To resolve this issue we can use TEXT() method.

Code Format :

TEXT(BirthDate__c) & TEXT(Total_Employees__c)


Note : BirthDate__c is a Date Field and Total_Employees__c is Number Field.

No comments:

Post a Comment