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: 
hodgesjr0
Contributor II
Contributor II

"No Table Found in the HTML File" with web connection

Hello.  I am attempting to get the table from this URL:

https://index.goodcountry.org/

 

However, Qlik Sense gives me the "No Table Found in the HTML File" error.  Does anyone know why?

Labels (1)
1 Solution

Accepted Solutions
henrikalmen
Specialist II
Specialist II

Because there is actually no <table> in that file. The data you see on screen is rendered by javascript in your browser, and Qlik Sense can't read that.

Perhaps this json contains what you're looking for? https://index.goodcountry.org/data/1.5.json

View solution in original post

2 Replies
henrikalmen
Specialist II
Specialist II

Because there is actually no <table> in that file. The data you see on screen is rendered by javascript in your browser, and Qlik Sense can't read that.

Perhaps this json contains what you're looking for? https://index.goodcountry.org/data/1.5.json

hodgesjr0
Contributor II
Contributor II
Author

Thank you!  I can definitely work with a JSON.