Data Level Secure Access

In this case the data being displayed is filtered to a particular authenticated user.

Data is filtered through the use of the special parameter userid.

This userid parameter is replaced at run time by the authenticated user id in lower case.

This parameter can then be used to restrict the data being retrieved, though use in either:

  • Connection Details to Data Sources

  • Filter constraints on data queries (e.g. SQL WHERE Clauses).