Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
carlos_domingue
Contributor
Contributor

how do I change or remove the title "App overview - Qlik Sense" ?

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.

QlikBranding.png

2 Replies
Onyi_Nwabia-Robbins
Contributor III
Contributor III

Let me know if you ever figured this out

nikola1
Contributor II
Contributor II

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

nikola1_0-1621919232528.png

 

After that in same path search for "Title.QlikView":"Qlik Sense" and replace with "Title.QlikView":"Somethingelse"

nikola1_1-1621919555001.png

 

After that restart QlikSense services and try in incognito browser... that worked for me.