Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
swarup_malli
Specialist
Specialist

Learning to start building my own extension for Qliksense

Hi,

I was interested in learning to start building my own Qliksense extensions ( I now feel just knowing qlikview scripting and set analysis is not enough) ,I don't  have  experience in java scripting,angular J , iframe and HTML.

I did find a link :

Qlik Sense - Introduction to Extensions (video)

I'm certain a lot of us who recently made a transition from Qlikview to Qliksense must have faced a similar dilemma. I have started coming across scenarios where Qliksense is integrated with many different technologies like Iframe , HTML etc

What would be the best way to start ,I mean what are the courses I could start learning on udemy and in what order

Any advice is appreciated

Thanks
SM

2 Replies
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

First you can learn Javascript, HTML and CSS and when you are Ok with javascript, you can try Javascript framework like D3.js, Angular.js.

You can go to http://branch.qlik.com/ and see extensions code.

And https://help.qlik.com/en-US/sense-developer/2.2/Content/Home-developer.htm‌ this is the link to API documentation

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!
swarup_malli
Specialist
Specialist
Author

Thank you Aurelien !