Hi All,
I am trying section access using authorization bridge in qlik sense. I am getting the below error
"Access was denied after reload. Check that the user that reloads the script is included in the section access part of the script."
"Data has not been loaded. Please correct the error and try loading again."
Is it possible to reduce data using authorization bridge? If possible Please help me to fix this
Thanks,
Dineshraj
Hi @dineshraj
By any chance could you provide a sample of your script so we can look at it?
Kind regards.
I've ran into this error when trying to implement section access. My issue was when I was bringing in my user table from our database, the values need to be all uppercase. You can either do that by using the upper function or upper casing your values from wherever you're fetching your table.