Hi, can anyone help? I'm a bit new to this.
I'm using a script inside studio. I'm trying to find out if my
example["myAttribute"]
value is missing.
I have tried some of these so far:
example["myAttribute"]==?
example["myAttribute"]=='?'
example["myAttribute"]==null
isnull(example["myAttribute"])
missing(example["myAttribute"])
example["myAttribute"].missing()
etc..
I just want to check for a null value.
Thanks