How can I filter a look up property on the account entity to not include null values? I have a field on Account called Ultimate Parent that is a look up to another account record. I'd like to return all records where ultimate parent is not null. This doesn't
filter them (below), and I can't seem to expand the Id field to check that for null:
AccountSet?$filter=new_ultimateparent%20ne%20null