Skip to main content
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