Replies: 1 comment 3 replies
-
This is an interesting question and perhaps you can explain better.. Permissions can be row specific and you can easily limit which rows a user can see by using the row level condition. The aggregation query will respect this setting. I am assuming that you want to have it both ways... Regular query all rows so user can read articles but aggregate only their own. While there are ways this can be accomplished, I am curious as to the point... If the user can just query all the rows and call If you must, you can make a VIEW of the table (just like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As an example, I would like to allow a user to get THEIR total count of articles, but not to have access to the total count of all articles.
Any pointers on how I could achieve this?
Beta Was this translation helpful? Give feedback.
All reactions