Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All Expert,
Is possible to hide .html & replace directory name with alias name as example below:-
Before
https://<servername>/extensions/<directory name>/index.html
https://<servername>/extensions/<directory name>/dashboard.html
After
https://<servername>/<alias name>/index
https://<servername>/<alias name>/dashboard
Not if you are hosting your mashup on Qlik Sense server, I'm afraid. If you host your mashup on an external web server (Microsoft IIS, Apache etc) you could do this.
Erik
Hi Erik,
Thanks for reply. the mashup is host in Qlik Sense server.
The purpose is to allow users input alias to access the mashup instead of full long url.
Add on. not sure if we can have a custom logon page for mashup which to handle route user to different mashup.
e.g: Logon as Sales team will be routed to Sales mashup. Finance team will be routed to Finance mashup.
You could if you want to, but wouldn't it be easier to have two different mashups?
Mashups of course respect your security settings, so if a user does not have access to the Finance app, he will not be able to access it through a mashup.
Erik
Thanks for your Erick.
Yes, by setting security rules on app level can restrict Sales users access to Finance app.
But the Sales user still able go to Finance mashup app although there is no objects will display (an empty mashup).
I got requirement from user to pop up a access deny page if the user don't access to the mashup app.