Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have to bring straight table in an html page and extract data from cell to display it in my page . thx
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
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
Hi,
You can try using Nprinting tool to extract straight table to a html page.
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
If so, and if you know the HTML scripting, then try to create a prototype using HTML scripts and connect QlikView. it should work.