Hi
It looks like session variables are addressed as reference variables in filters.
I need to filter on two conditons - service date and site ihid - both set as session variables.
I am having trouble with the syntax and keep getting compiler errors.
's:date =' &p_web.GSV('_sdate') 'and site:id = ' &p_web.GSV('_siteID')
this gives me compiler errors.
Q1) What is the correct syntax for this filter?
Q2) How do we use references to the session queue variables correctly in filters and expressions?
Thanks,
Ron Jolda