Hi
I frequently use the “User” table to store user specific values which can then be easily accessed from other tables - such as filter choices / screen width etc.
But an app I am working on now needs to be set to Public Access - no user sign in required - so the user table is out.
I have therefore set up a “Helper” table with a single row, which will store the necessary values in User Specific Columns.
Am I right in saying that to access that single row - and grab the User Specific values I need - I need to add a “Single Value, First, Whole Row” column to the table I need to access the data from? I then add look up columns as required to bring the values I need?
I think that’s right - but as I have a few hundred rows in the table I need to bring the value into - and it is the same value in all rows - I just thought I’d check as it looks odd and feels a little clunky.
Hope that makes sense.
Andrew