NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: jking on January 06, 2012, 05:42:34 PM
-
I have set the filter on a browse to the following:
'spec:Pathologist = '&p_web.GSV('Pathologist')
The session variable 'Pathologist' is set in the embed code for the Login. I find the browse is not being filtered. Can anyone offer a suggestion?
Thanks
-
I found the solution in another post here. The filter, as I had it might work for numeric values. However, I'm using strings so I need the following:
'spe:Pathologist=<39>'&p_web.GSV('Pathologist')&'<39>'
Works great now!
Thanks