Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

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...

}