Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are using the Qlik Sense Hub with some minor customizations.
I know how to change the title of the web page for the Qlik Sense Hub (C:\Program Files\Qlik\Sense\Client\hub.html).
I would like to know how to change the title for two other web pages that are probably created at run-time (so there is no static .html file):
1) When you open the App, the web page's title is <AppName>|App Overview - Qlik Sense
2) When you open a sheet in the app, the web page's title is <AppName> - <SheetName>|Sheets - Qlik Sense
All files in that folder need to replace "Qlik Sense" with your rebranded name, then the services need to be restarted, because of caching.
All files in that folder need to replace "Qlik Sense" with your rebranded name, then the services need to be restarted, because of caching.
Sorry, but, this isn't the solution. You can't just do a find replace for 'Qlik Sense' in the hub.js file, as it will break a bunch of stuff.
How can we change the title element, that gets dynamically generated, for each page?