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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamic changes in filter ----- Script

Hi All,

EG:

Table1:

Load

EmpID,

Name,

Salary,

Destcode

From .......table1.qvd

Where EmpID<> 1022 or Salary<=50000 and Destcode=1234;

From this example instaed of doing where condition filter in script i need to get it from some other excel file.

so that if user change anything in my excel file it will automatically reflect here.

eg: if my user chaged in excel  EmpID<>1023 then it shold chg automaticall in where filter.

Any Idea...............

Is there any way to achieve this.

thnanks


1 Solution

Accepted Solutions
Kushal_Chawda

Hi,

See the attached one.

View solution in original post

2 Replies
Kushal_Chawda

Hi,

See the attached one.

Not applicable
Author

Hi Kush,

Thanks a lot this is what i want

Thnx again