Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
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