I imported a project from Vision 7.9 to vision 8.0.
I have a text field with the current non-editable background expression -
if({Root Container.CheckBox_Manual.selected},
"241,241,241",
if({Root Container.NTF_Remaining Amt.floatValue}>=0,
"241,241,241",
{[client]colors/yellow})
)
In designer when I run diagnostics on i, I see nonEditableBackground: Error_ExpressionEval("Expression right operand is null.")
. I just checked the 7.9.1 version of this project and the diagnostics on this expression are all good. What is wrong with this in 8.0? I know that {[client]colors/yellow} exists as a tag as well and is a valid path.