Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 rajuamet
		
			rajuamet
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Techies,
How do I fetch a table from qlik community thread.
Example: How to fetch the below table directly using Web files option.
| Col1 | Col2 | 
|---|---|
| 1 | Dim1 | 
| 2 | Dim2 | 
Regards,
Rangaraju.
 trdandamudi
		
			trdandamudi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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);
 trdandamudi
		
			trdandamudi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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_Wassena
		
			Gysbert_WassenaUse the url of this discussion as file location of the web file in the File Wizard. Then select the first table.

