- Posts: 1
- Thank you received: 0
Could you please provide a more comprehensive explanation of how to have a table view default to the data belonging to the current logged in user?
I have a field in the table named 'owned_by' which was populated with the value of the logged in user that created the record.
I have tried adding 'owned_by' = '@user_id' (with and without quotes) to the Additional Condition WHERE value and get no results.
The table works fine if I turn on Show Search Form and remove the above WHERE clause.
Please Log in or Create an account to join the conversation.
try without quotes
owned_by = @user_id
Please Log in or Create an account to join the conversation.