If one builds a column (in the same or a different table) that is based on data in a user specific column are they unique (specific to the user) as well.
Values in a user specific column will always be unique and specific to each individual user. Meaning, a single cell can hold as many different values as you have users.
If you asking in regards to computed columns that refer or pull from a user specific column, then yes the result of that computed column will also be specific to the user. Most computed columns are computed directly on the user’s device, so they will only be working with the data that is available to that user, which is their own data.
Thanks. I was asking about columns that refer or pull from user specific columns. That is what I thought because that only makes sense.
Thanks