1-Visitor
July 11, 2019
Solved
Using relations
- July 11, 2019
- 1 reply
- 2339 views
Here's a link to the relation syntax stuff for operators:
The simple answer to your needs is the relation:
IF ( string_length ( value ) * 3 > 10 ) & ( string_length ( value ) * 3 ) < 30 )
This is typical of most computer languages, I don't know of any that let you do things like IF 10 < value < 30 because operator precedence, etc.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.