Passing argument to JDBC Data Source
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2024 10:37 AM
I have a query that I need to run separately for each of the X value in some column.
Something like select * from INCIDENT where 'created_by = {X}'
Is there a way to pass input value to JDBC data source to run the query above?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2024 01:19 AM
Hi @Olsztyniak did you able to find out any solution for same?
I am also hiving similar requirement.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2025 06:00 AM
Could not find the way to pass the values, I ended up updating the data source sql script using JS before running imports.