chuckhoffman
chuckhoffman
Joined: Fri Apr 13 03:16:33 UTC 2018
Latest Posts
-
Nested IF Statements
When I create a function like this, I receive an Error: This formula may not modify data: let text1 := "";if Address2 := null thentext1 := "xxx"elsetext1 := "yyy"end;…
-
Expression to check if empty field
In an expression, I need to determine whether or not there is anything on a particular text field. When I try that, using the example below, the result is always True.…