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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rajuamet
Partner - Creator III
Partner - Creator III

Fetching table from Qlik Community thread ?

Hi Techies,

How do I fetch a table from qlik community thread.

Example: How to fetch the below table directly using Web files option.

Col1Col2
1Dim1
2Dim2

Regards,

Rangaraju.

1 Solution

Accepted Solutions
trdandamudi
Master II
Master II

In the script click on 'Web files'  button and then select internet file and type https://community.qlik.com/thread/227945

and then follow the steps:

LOAD Col1,

     Col2

FROM

[https://community.qlik.com/thread/227945]

(html, codepage is 1252, embedded labels, table is @1);

View solution in original post

2 Replies
trdandamudi
Master II
Master II

In the script click on 'Web files'  button and then select internet file and type https://community.qlik.com/thread/227945

and then follow the steps:

LOAD Col1,

     Col2

FROM

[https://community.qlik.com/thread/227945]

(html, codepage is 1252, embedded labels, table is @1);

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use the url of this discussion as file location of the web file in the File Wizard. Then select the first table.

web.png


talk is cheap, supply exceeds demand