does it matter which quotes i use when i do conditional formatting?
for example
some_field='this' or some_field="this"
does it make any difference?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When comparing to a literal, it does not matter, except if that literal contains a quote.
But if you’re comparing to an expression, you would need to choose the appropriate quotes, but in a conditional formatting expression, you don’t need them to test a control/field.