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: 
kumarkp412
Creator II
Creator II

Custom Extension

Hi friends ,

When i am including the js files for the internet .I am able to execute the js with any errors .But when i  drag and drop the extension in the web view in qlikview .I am not able to see the chart.

Can any one help me how to resolve it

Thanks

Praveen kumar

Labels (1)
1 Reply
kumarkp412
Creator II
Creator II
Author

Hi

The below script is sample code used 

Qva.LoadScript('/QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions/bporder1.latest.js', function () {

  Qva.AddExtension('bporder', Newchart);

  Qva.LoadCSS("/QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions//bporder.latest.css"); 

  Qva.LoadCSS("/QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions/bporder1.latest.css");

});

function Newchart(){

//jscode i have inserted here...

}