I have a dashboard with sectional access implementation based on the user's credentials,country,region.
I implemented the sheet level security based on the Qvuser() function & country,region.
So ,by doing this I am restricting the user from seeing only the data related to his specific country.
Now the problem is , my client is asking to add\delete user from the excel dynamically and the security should also reflect the same by restricting the user from viewing only his data .
Please tell me the best approach , I need to do so that the client can work independently after I complete the development.