Ok, I have to build a page where the user inputs the registration number of the employee, and then after clicking on a button, it should pop a table with the roles in which this person has access. How can I configure a text field in a way that selects something in the database and then returns this informaton into a table?
I tried using a dynamic action but I actually didn't have any result
This is how I understood it:
create a page item, let's call it
P1_REGNUMcreate report region (pick between classic and interactive report)
use
P1_REGNUMin itswhereclause, e.g.put
P1_REGNUMinto items to submit region propertythat's it; run the page, enter (or select) registration number and report will fetch data related to value that is in
P1_REGNUMitem