Type of formula is Number at the moment.
IF(Percent__c = 0,Amount__c, IF(Amount__c = 0,Percent__c * 100,null))”
답변 1개
Hi Tomas,Greetings!I don't think its possible as the field ABC of number type and if you would like to update the field with the percentage number then you can simply write the If condiftion and add the logic.Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.Warm Regards,Shirisha Pathuri