Here is what I have so far. I have set a conditional filter that works.
The condition is:
p_web.GSV('InstitutionFilter') > 0
The filter statement there is:
'Enr:Institution_ID = <39>'&p_web.GSV('InstitutionFilter')&'<39>'
This works as expected. Now I need to add two other filters:
Enr:Status = 'On Study'
Enr:Status = 'Completed'
I need to further filter the browse where the Status field contains either "On Study' or "Completed'. I always struggle with the single quotes, etc. Can someone help me build this query?
Thanks,
Jeff