Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
s29124141
Partner - Creator II
Partner - Creator II

How to extend Qlik Sense native templates(filter-pane)?

Hi Geeks,

I am looking for extending native Qlik Sense charts/filter panes for my purpose. Is there anyway we can get the source code or template of Qlik Sense templates? I am particularly looking for Filter panes for now.

Any pointers would be appreciated!

Thanks

Praveena

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

To my knowledge, there is currently no way to extend existing objects. You have to build your own. There are lots of examples available in http://branch.qlik.com

-Rob

_jespers_
Partner - Creator II
Partner - Creator II

Hi Praveena,

There is a blog post (Sentient tidbits: Extending built-in Qlik Sense visualisations) on how to extend the bar chart. It is from 2014.09 so it is a bit old. Don't know if this still works and if you can apply the same technique on the other elements. But maybe it is worth a try?

s29124141
Partner - Creator II
Partner - Creator II
Author

Thanks jesper.snihs‌. I was able to get it started using your suggestion. I see the native chart templates are now in qlik.js file.

I could see below definition in Client.js file.

define({

"properties.selectValue": "<Select a value>",

"properties.dimensions.showNull": "Include null values",

"properties.dimensions.showExcluded": "Show excluded",

"scripteditor.console.appsuccessfullysaved": "App successfully saved.",

"scripteditor.console.scrolllock.enabled": "Scroll lock is enabled.",

"scripteditor.console.scrolllock.disabled": "Scroll lock is disabled.",

"scripteditor.console.outputcleared": "Output cleared.",

"scripteditor.debug.toolbar.endhere": "End here",

"scripteditor.debug.toolbar.currentlimitedloadvalue": "Current limited load value",

"scripteditor.debug.toolbar.step": "Step",

"scripteditor.debug.toolbar.run": "Run",

"scripteditor.debug.toolbar.pause": "Pause",

"scripteditor.debug.toolbar.enablelimitedload": "Limited load",

"properties.addons": "Add-ons",