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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Alex20
Partner - Contributor II
Partner - Contributor II

Output data in Qliksense

Hello ,

I want to use a other tool to use data in Qlik Sense (preferably in json form).
(Data in background tables and foreground components).
I know that this requires code development, so where do I need to start, or which interfaces to use, and how to go through certification.
Any little inspiration and help is greatly appreciated

Labels (3)
1 Reply
MartW
Partner - Specialist
Partner - Specialist

you can use python and convert to json to have json data.

Python is very well documented and (in my opinion) easy to learn.

also you can use something like node.js or some other javescript sub language.

 

the best to start is with visual studio code from microsoft. it is free (i think) and you can set it up for javascript, python or other languages. this can be in the cloud (via Azure) or on you own PC