10:48am PST - February 4th, 2022

Here's a calculation tip that helps when trying to find Nulls and blanks: 'X' + TRIM([Field]) + 'X' = 'XX' If the result comes back 'XX' then it was null/blank otherwise there are values in that field. You can use this to check any field type since you're creating a new field.

0 retweets   0 likes  - Will Perkins (@_gringuinho_)