I am trying to filter a browse.
I have a global variable named CurrentUser (STRING)
When the user logs in I did this in the validate update (end) embed:
p_web.SetSessionValue('CurrentUser',Users:UserName)
In the browse procedure default filter I did this:
'Users:UserName=<39>'& p_web.GSV('CurrentUser') & '<39>'
I've tried it without the <39> and with it. I simply cannot get the filter to work. I'm about 95% sure the session variable is getting set.
I have no idea what is wrong.
Any help appreciated.
Don