Skip to main content
Announcements
April 9th: The AI Roadmap: 6 Landmarks for AI-ready Data and Analytics: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Tuna0720
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