I am trying to do a query for a custom view where I can match the logged on user to the owner field and display all records where "OWNER" = "LOGGED ON USER". I am unable to find the correct session variables for the Query on custom view. Can you lead me in the right direction?
SELECT
Owner
FROM escalations
WHERE (Owner ='" & SESSION("UserID")')