Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Manish_Kumar_
Creator
Creator

Qlik Sense - Change properties of identical objects in one go

Is there any way in Qlik sense by which We can change the properties of all the identical objects in one go(By identical I mean "type of Visualizations". Say I want to change properties of all the charts in my app). Almost like we can do in PowerBI with option called Format Painter. If anyone can suggest a workaround directly or indirectly using APIs, custom extensions or some public projects, that would be great as-

1. It will save a lot of time.

2. Will reduce manual efforts.

I already asked this Question here https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-Change-properties-of-identical-objects-in... in New to QlikSense board, but I have been directed here as the right place to ask. 

Manish Kumar, Senior Business Analyst
Labels (3)
3 Replies
deepanshuSh
Creator III
Creator III

Hi, In my knowledge there is no such options as format painter in qlik, however to apply changes in properties you can use an extension by the name of beautify me.

Trial and error is the key to get unexpected results.
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

A kind of low tech but very flexible way to do this on an ad-hoc basis is:

1. Serialize the app to text files using a tool like qlik-cli app unbuild https://qlik.dev/toolkits/qlik-cli/app/app-unbuild

2. Use a text editor to do search and replace or manual edit in the files. 

3. Rebuild the app using qlik-cli build https://qlik.dev/toolkits/qlik-cli/app/app-build

Take backups! (GitoQlok or Soterre preferred 🙂

-Rob
http://www.easyqlik.com
http://masterssummit.com
http://qlikviewcookbook.com

Øystein_Kolsrud
Employee
Employee

I guess it all depends on what you want to do, and in particular how often. But it is certainly possible to do these kind of things using the APIs if you are comfortable working with those. I have this project that I've used to correct certain odd backwards compatibility issues with combo charts that we ran into a couple of releases ago:

https://github.com/kolsrud/qlik-chart-reorienter/tree/main

It could be used as a starting point if you want to implements something that traverses and app and performs modifications. It's been designed for traversals of client managed installations though, so if you are using the cloud version, then the connection part would have to be modified as well.