Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
You have to canonicalize your comparison to achieve case insensitivity:
Case(Lower([field]),
"with modification", "Model requires modification"
)
Case(Lower([field]),
"with modification", "Model requires modification"
)