I created an IF formula to either return a text value or a number value. I did not get any errors when creating the formula but when executing the function it will not display the text value.
IF( Treatment_Group_Name__c = 'Hair Removal' && SBQQ__Quote__r.Is_LTG_Pilot_Centers__c =false, VALUE("Up to 9 Treatments"), Sessions_Units_Cycles__c * SBQQ__Quantity__c)
8 réponses
If the IF condition is true I would need it to display the "Up to 9 treatments" verbiage, if false then do the number calculations.