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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can Qlikview diagramming by code?

Hi People,

I'm new on qlikview. I liked a lot but i missing a fast and programmatic way for do layout.

There is something like hmtl + css or XAML(Extensible Application Markup Language - Microsoft):

xaml1.gif

?

Thank you.

Labels (1)
1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Yes, that's perfectly possible. You can do anything you like layout-wise by creating an extensions. Extensions are made using HTML, CSS and JavaScript. Or you can simply import code from an external library like D3.

Search for "Extensions" in the resource library. A good place to start is here: An Inside Look at Building QlikView Extensions

Note that QlikView has no integrated tools for developing extensions. Which isn't really necessary as you can find a multitude of solutions on the internet for free.

Best,

Peter