I'm trying to allow for an "Admin" user to see all items in a browse, and all other users to have the browse filtered based on the login name. I created a conditional filter with the condition set as:
p_web.GSV('Pathologist') <> 'Admin'
and the filter set as:
'Spe:Pathologist=<39>'&p_web.GSV('Pathologist')&'<39>'
When logging in as a typical (non Admin) user the filter works and the browse is filtered as expected. However, logging in as "Admin" shows nothing in the browse. I would expect the browse to essentially have no filter when Admin logs in. Any thoughts on this?
Thanks,
Jeff King