Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

How to extract data from qlikview to HTML

i have to bring straight table in an html page and extract data from cell  to display it  in my page . thx

1 Solution

Accepted Solutions
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

I'm not sure from your question whether the data is coming from or going to HTML?

If it is the latter then the example in this blog post may help:

https://www.quickintelligence.co.uk/write-csv-qlikview-store/

It doesn't use the front end of QlikView at all, only the load script.  If you need the user to make selections also, then you will need to use the macro language in QlikView and enumerate around the cells of a table object and push it out with a FileSystemWrite command.

Hope that helps,

Steve

View solution in original post

4 Replies
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

I'm not sure from your question whether the data is coming from or going to HTML?

If it is the latter then the example in this blog post may help:

https://www.quickintelligence.co.uk/write-csv-qlikview-store/

It doesn't use the front end of QlikView at all, only the load script.  If you need the user to make selections also, then you will need to use the macro language in QlikView and enumerate around the cells of a table object and push it out with a FileSystemWrite command.

Hope that helps,

Steve

pipuindia99
Creator III
Creator III

Hi,

You can try using Nprinting tool to extract straight table to a html page.

souadouert
Specialist
Specialist
Author

thx but it seems that the aim of NPrinting is to generate the report from a qlikView file, but what I need is to use the output values of the qlikview file directly in my web pages so I must be able to see the evolution in realTime which is not the aim of NPrinting

pipuindia99
Creator III
Creator III

If so, and if you know the HTML scripting, then try to  create a prototype using HTML scripts and connect QlikView. it should work.