My app has a list of tiles. Each tile has a checklist. When a user checks an item in a checklist, the app adds the parent tile item to the “My Lists” tab and only affects the list for that user. I am using a user-specific column for each checkbox in the checklist, following the tut from User Specific Columns + User Profiles Demo
In the list details page, I want to show all the users who have the current list in their my lists tab. Is this possible with per-user data? I apologize if this is confusing. I’ve tried my best to demonstrate the problem. Let me know if I can clarify anything.
Just from my experiments, there’s no way to filter a list of users via a value from a user specific column (USC). Same is true of relations/inline lists. I can’t create a multiUSER relation from/to a USC. USCs are just that…user specific…and thus any relations or filters will be user specific as well.
No. When using user specific columns, any one user will only be able to access and see their own value that they put into that user specific column. You can’t aggregate or view values of other users.