Data Level Secure Access
In this case the data being displayed is filtered to a particular authenticated user.
Data is filtered using f the special parameter _user_id.
This _user_id 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)
(c) 2013-2024 Altair Engineering Inc. All Rights Reserved.