The input parameter allows you to execute a query based on the user input. The following example explains the utility of the input parameters. Our aim is to create a report with a list of projects (name and id), and on double-clicking on one of them, the details (duration, strategy and team) of the selected project are displayed. Our ontology contains a class "Project" like this:
Two queries have been created:
| • | queryProjects displays the ID and name of each project |
| • | queryProjectsDetails displays the ID, name, duration, strategy and team of each project |