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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
mulaudzie
Contributor
Contributor

qlik web connector

Hi guys

can someone help me , here is my question:::

After creating an odata qlik web connection and having loaded the returned resources , i want to know how do i get to load the actual data ? i have a list of resources in which after the first step all i can see is all the resources returned as fields

here is my script::

 

let vQwcConnectionName = 'lib://Qlik Web Connector';

 

ODataConnector_ListResources:
LOAD
    Title as ListResources_Title,
    Resource as ListResources_Resource
FROM [$(vQwcConnectionName)]
(URL IS [https://pcdwqs1zatcwi:5555/data?connectorID=ODataConnector&table=ListResources&oDataServiceRoot=http...], qvx);

 

And attached is the results after loading and i need to know how to load the data under list resources into actual tables odata_result.PNG

0 Replies