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: 
ramkrishna86
Creator II
Creator II

Parameter To Filter

Hi,

I need to pass a parameter to filter loaded data in WHERE clause in my data load script.
Is it possible at all? If yes, then how this can be done?

Thanks

3 Replies
tomasz_tru
Specialist
Specialist

Yes it is. For example for SQL and date:

SET vDate = '2017-08-01';

SQL SELECT * FROM table WHERE date = '$(vDate)';

ramkrishna86
Creator II
Creator II
Author

I mean how to pass parameter from UI?

tomasz_tru
Specialist
Specialist