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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Tuna0720
Contributor
Contributor

QLIKSENSE - build the REST API Connection - the API was build by flask

Hi,

I would like to do a REST API connection but it's always fail, anyone can help me to see was the problem of this code?

RestConnectorMasterTable:
SQL SELECT *
FROM JSON (wrap on) "root" PK "__KEY_root"
WITH CONNECTION

(

URL "http://127.0.0.1:5000/Home/",

QUERY "Start" "$(vstart)",

QUERY "End" "$(vend)",

);

Labels (2)
0 Replies