Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Double condition and not match

Hi there,

Im using the not match function to exclude datas from my load. Works fine:

FROM

(ooxml, embedded labels, header is 2 lines, table is sheet1)

 

Where not Match (Catégorie,'62','67','68')

Ok, now I want to add an other condition:

Where not Match (Dir.,'D0033')

I cannot figure out how to combine both... Aby ideas?

Thanks

1 Solution

Accepted Solutions
lorenwood
Contributor III
Contributor III

Hi Try:

FROM

(ooxml, embedded labels, header is 2 lines, table is sheet1)

Where not Match (Catégorie,'62','67','68') and not Match (Dir.,'D0033')

View solution in original post

1 Reply
lorenwood
Contributor III
Contributor III

Hi Try:

FROM

(ooxml, embedded labels, header is 2 lines, table is sheet1)

Where not Match (Catégorie,'62','67','68') and not Match (Dir.,'D0033')