I'm trying to set a label field to either 0 or 1 based on the dropdown value from a CDS field. I'm getting the following error: "Incompatible Type. We can't evaluate your formula because the values being compared in formula are not the same type."
I'm not sure what I missed but could use some help. I've attached a jpg of the issue for reference.
Solved! Go to Solution.
Hi @DarenD ,
What is the data type of CDS field?
If the field is option set, please modify your formula as below:
If(Combobox1.Selected.Value= OptionSetName. 'N/A', 0 ,1)
Best regards,
Sik
Hi @DarenD ,
What is the data type of CDS field?
If the field is option set, please modify your formula as below:
If(Combobox1.Selected.Value= OptionSetName. 'N/A', 0 ,1)
Best regards,
Sik
Sik,
thank you very much! That does seem to work just fine! Now onto having multiple options under the IF statement. 🙂
User | Count |
---|---|
253 | |
122 | |
107 | |
53 | |
50 |