I often use the query
`select * from role_tab
where tab_id = 'my_tab'
and branch_id = 'my_branch'
`
when adjusting rights for a certain table (eg. new column added)
to check if I have not missed any tables that have rights to the table.
It would be convenient if in the Software Factory I could select a table and access type (hidden/read/edit, available) and then get a list of all roles that have the specified access on the active branch.
Same could be useful for not just tables but columns, tasks, etc.


