Looking for a Solution to auto Remove Data Depending on Group Assignment

We have an group of users that are not permitted to see some types of data, is there a way to share datasets with this group, but have the sensitive data auto remove from the datasets or display as NULL values automatically to reduce additional work as we have to manually recreate the datasets?

Hi @mpike

Welcome to the Quick Suite community!

Quick Suite supports managing data visibility with security features that can help you share datasets with user groups while restricting sensitive data.

The recommended approach to automatically hide or nullify sensitive data for a group without manual dataset recreation is to use Row Level Security (RLS). RLS lets you define rules so that when the dataset is shared with users or groups, only authorized rows or fields of data are visible to them, others won’t appear or are simply not shown. This control can be applied before or after sharing the dataset.

Please refer to the below documentation this might be helpful for you.

1 Like