Hi Family,
Why wouldn't this work?
if [SEC Question] = "" or
if [SEC Question] = "None, the entity is neither an SEC registrant /FPI nor a Canadian Reporting Issuer."
then "Non-SEC"
else "SEC"
endif
Hi @AuditPro13
remove the second stated "if" and it should be okay.
to be :-
---------------
[SEC Question] = "None, the entity is neither an SEC registrant /FPI nor a Canadian Reporting Issuer."
Regards,
Aidan
Thank you bruv!
For some reason its still not working though. Its returning all SEC when there are blanks (or [NULL]) and "None, the entity is neither an SEC registrant /FPI nor a Canadian Reporting Issuer."
Any clue what it could be?