Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to input more than one string in a variable and the best I could come with is this...
It's not a real error else the interpreter couldn't resolve the content as a single field, string, variable or a function - you could just ignore it.
Just listing the values within the variable is enough, like: var: 'a', 'b', 'c'
and then: count({< Field = {$(var)}>} Field)
Hi, one example:
vAnnualCertification = 'Engine Annual Requirements','Transmission Annual Requirements','Suspension Annual Requirements','Exterior Annual Requirements'
I always get an error when I insert more than one string in the variable.
It's not a real error else the interpreter couldn't resolve the content as a single field, string, variable or a function - you could just ignore it.