How can I simply rollup using a single user based on row?
You would want to create a relation between your user table and the table youre displaying. Then create a rollup through that relation.
Should the relation be created on the users table or this one?
I couldn’t get it to work. Could you give me an example? I cannot rollup using a relation column.
Add the relation in your User table by relating the User ID to the User ID in the table you’re displaying in your screenshot. Then in your User Table, do a Rollup Column through the new relation.
It got it sorted thank you for the assist!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.