Could someone explain how I could accomplish row-level security within a Universe. I know within a Business View you have the ability to use a variable that captures the login ID of the current user and use that ID as a variable within the WHERE condition of a filter.
e.g.
SELECT *
FROM TABLE
WHERE ID =