Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
dhananjay_capge
Partner - Contributor III
Partner - Contributor III

How to exclude data using Excel file

Test

4 Replies
Anonymous
Not applicable

what do you mean by execute ? do you want to load data from excel with some where condition ?

Thanks

BKC

fvelascog72
Partner - Specialist
Partner - Specialist

Hi,

If you don´t want to load some Investment_Name  from excel, you can use where not exists.

dhananjay_capge
Partner - Contributor III
Partner - Contributor III
Author

Hi Balkumar,

As Federico said i want to exclude this Investment name with respective calendar key which is present in a Excel file..

We can use Where Not Exists function but it not works may be my syntax is incorrect..

Could you please suggest me how to write this where not exits in script if possible.

THanks,

Djadhav

Anonymous
Not applicable

First you need to load your excel into qliview then use that column in where Not Exists()

ex .

A:

Load Name

From Excel1

B:

Load

Name,

Address


from .....table2


where Not Exists(Name)

Note : you should have Name column in both the table

see the example for syntax

Dual & Exists – Useful Functions