- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello @bhaskarc1289447
You can achieve it by adding your querying logic to jssp page. Here is a simple way to do it
- Create a JSSP page and add your query def code with a dynamic where condition.
- Return your querydef output as json data.
- In your webapp, you can add select2 and pass the user input as a query string and pull data from the jssp using the parameter.
Link to an example on How to query data dynamically with jssp page and return json response
https://blog.floriancourgey.com/2018/11/create-jssp-dynamic-javascript-server-page-in-acc/