Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
prashantsanchet
Creator
Creator

Creating a custome theme in Qlik Sense

Hi Team,

I have started creating a basic theme in qliksense desktop june 2018 .

As describe in sample, i created a basic JSON and QEXT file and put into Qlik Sense Extension folder..

I am able to see the Custom theme name when i am opening application but i am not able to see any difference,

Please help me if i am doing anything wrong or do i need to do any settings.

Capture.PNG

Thanks & Regards,

Prashant

2 Replies
arvind1494
Specialist
Specialist

BalaBhaskar_Qlik
Master
Master

May be : "theme.json" is required (a json file with the "theme" name - renaming the .json file name with 'theme' only as name works.).

Check this:

https://help.qlik.com/en-US/sense-developer/February2018/Subsystems/APIs/Content/CapabilityAPIs/Them...

And check this:

Also, you need to give the name of the .qext file as the parameter (Not the name you have given to the theme inside QEXT file)

Example:

if mytheme.qext is the file name, below will be the code

qlik.theme.apply('mytheme').then(function(result) {

          if(result)

              console.log('theme applied!');

          else

              console.warn('could not apply theme!');

     });

Themes Not working on Qliksense Mashup