This is an amazing addition. Thank you Bruce.
In the template there is an opportunity to filter. So I entered:
Pat:ContactGUID = p_web.GSV('Inv:ContactGUID') hoping to get just the records belonging to a previously selected contact. However I get a compiler error not allowing me to enter a conditional expression.
How can I filter this as Value field is disabled.
I did try the relevant embed point but it did not like the Cycle statement. i.e.
If Pat:ContactGUID <> p_web.GSV('Inv:ContactGUID')
Cycle
End
Thanks
John