Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do you write 'Not Equal To' when extracting data from SAP? <> or != doesn't work. Thanks!
Hi,
Try like this,
load * from table
Where
VRGAR='F'
and PALEDGER='01'
and Not match (WAAG,'01','02')
and Len(WAAG)>0;
Hope this helps to you
Thanks, Deva
you can write this in qlik <>. If you making in SQL then define !=