Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I'm using the 11.2 SR12 Qlikview Server.
I'm accessing the server on IIS through a Header authentification to access a Section Access secured QVW.
When the user has the right to go to the server but has no rights to open the document, it says in a alert that "You re not allowed to open this document" .. I'm ok with that but is it possible to redirect the user to a web page with more information (i would write myself) ..
What would be the document to modify to do that ?
Thanks
instead of this you can go with this https://community.qlik.com/message/854657#854657
Vikas
Hello,
No this error case should not happen but in the case it would happen because I have authorized somebody to the Portal but not in the section Access I would like to have a real custom message.
This depends on how much access do you have on the web page.
If you are accessing the qlikview document from an iframe in a web page, you can do this by leveraging javascript. Basically if iframe does not get the expected html data, you can redirect it to a another web page. This is what I do in my integration projects.