Hi Guys,
Upon a user logging in, I am setting GLW:Pfe (session value) to a record-value saved in the user table.
When I use a NWB filter, for example: 'I400:Pfe = '&p_Web.GetSessionValue('GLW:Pfe')
The filter only picks up records, if GLW:Pfe has a numerical value. When the value is alphabetic - no records are displayed.
I've tried by recreating the NWB, but same result.
When I set LOC:Pfe in the NWB to the value of p_Web.GetSessionValue('GLW:Pfe')
And use LOC:Pfe as a Range Limit value, it works fine.
Is this a problem with Filter expression?