I want to create conditional rendering in oracle apex.
Depending on what the user selects (Employee, Department(these are the displayed values)) for Page Item (P15_CHOICE),I want to display a different region
for the regions I have following SQL Expression in the server-side condition:
InStr(:P15_CHOICE, 'Employee') > 0
However it does not work, and I as well get no error Can someone help here?