Hi ,
I have Project ID as a parameter in my lobby .
When I leave it blank , it populate ALL records .
If I enter a Project ID, it will populate records related to this project. This is all fine until now as I am using this condition project_id like nvl('$Project$', '%')
but now I want to populate all records where Project_id is blank so I tried to enter !% in my lobby filter but it didn’t return any records.
How can I update my condition to return records with project_id = no value .
Thanks