How to setup Sectional Access in Qliksense based on a usertable
I have a user table with 1000 rows.
Lets say i have TABLE in SQL Server
DomainName\User1, 'VA',
DomainName\User2, 'MD',
DomainName\User3, 'DC',
DomainName\User4, 'VA',
I can setup sectional access by hardcoding these names in the app and publishing it to the stream but these users and their access gets changed in some .net application and i need to refresh their roles dynamically.