JessicaL
05/31/2022, 1:48 PMscottvonduhn
05/31/2022, 2:23 PM?length == 0
length should be greater than 0 for any real number (even 0), but 0 for an empty string. not sure how nulls are handled, thoughJessicaL
05/31/2022, 3:12 PMscottvonduhn
05/31/2022, 3:18 PMscottvonduhn
05/31/2022, 3:19 PMJessicaL
05/31/2022, 6:01 PMJessicaL
05/31/2022, 6:02 PMscottvonduhn
05/31/2022, 6:04 PMscottvonduhn
05/31/2022, 6:08 PM??
, but depending upon how NetSuite sends null values, that might still be true. Oracle databases typically treat empty strings and Null as the same, and many applications built on an Oracle database rely upon that or take advantage of that fact.David B
05/31/2022, 11:58 PMDavid B
06/01/2022, 12:11 AM??
, ?length
, ?is_string
and ?string
. All resulted in the same output for no-selection and Alabama
I suppose a workaround would be to use a custom list of states. I can't imagine maintaining such a list would be too much trouble 😄Jon Kears
06/01/2022, 12:12 AMDavid B
06/01/2022, 12:13 AM