Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
Already Modify the tab with the name "Experts"( accessing HUB), when accessing an application(HUB/APP) i see the name of application + "App overview - Qlik Sense"
how do I change or remove the title "App overview - Qlik Sense" ?
is there any .html or .js or css to modify in the path C:\Program Files\Qlik\Sense\?
Thanks for your support.
Let me know if you ever figured this out
Hello,
I just found a way to rename "- Qlik Sense" string. For this you can use Visual Studio Code because that tool have possibility to search for string and replace in multiple files in folder. Search for <title>Qlik Sense</title> and replace it with desired string <title>SomethingElse</title> in C:\Program Files\Qlik\Sense\Client
After that in same path search for "Title.QlikView":"Qlik Sense" and replace with "Title.QlikView":"Somethingelse"
After that restart QlikSense services and try in incognito browser... that worked for me.