Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I 'm trying to find out the Ids that are null in the data.
in SQL we can say where SalesID is NULL, is there anything similar in Qlik sense?
My other question is if I use Where not exists(salesID), will it eliminate all the records that match with the previous load? and what if there are more than one load prior to this?
Thanks
You can use:
where IsNull(SalesID)
or
where Len(SalesID)
You can use:
where IsNull(SalesID)
or
where Len(SalesID)