Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
karthickv
Partner - Creator
Partner - Creator

Extract Data from Share Point List

Hi All,

I am trying to extract data from a share point list (that has some 500 odd rows) through RPC calls.

I am able to successfully create connection and load/extract the structure (30-40 fields) but no data is getting extracted. Any possible reason ?

Thanks in advance,

Karthick V.

1 Solution

Accepted Solutions
karthickv
Partner - Creator
Partner - Creator
Author

Hi Anil, Avinash,

Many many thanks to all your Quick responses. Finally I figured out the issue.

The issue is just that the field names in the sharepoint and the way QlikView loads are different and it is causing the issue.

Eg.  In Sharepoint a particular field name  '[Company Name]' however QlikView reads it as 'ows_Company_x0020_Name'.

Thanks a bunch,

Karthick V.

View solution in original post

9 Replies
avinashelite

Anil_Babu_Samineni

Are you trying to fetch data only Odd Rows. That mean Alternate Rows ?? Or else can you let us know whether you have good Sharepoint. Please look whether GUID is generated for list and view ??

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
karthickv
Partner - Creator
Partner - Creator
Author

Hi PM, Avinash,

We have created a View and configured all of the settings as per the Qlik Suggestions.

While the connection is working out & I could see the structure, data is not getting extracted.

Thanks,

Karthick V.

karthickv
Partner - Creator
Partner - Creator
Author

Hi Anil,

No, we are trying to load all the rows.

GUID for list and View are created and below is how my load statement looks.

Load ID

from

[https://XXXXXXX/sites/bach/cr/_vti_bin/owssvr.dll?Cmd=Display&XMLDATA=1&RowLimit=0&List=X%X%X%X%X&Vi...]

(XmlSimple, Table is [xml/data/row]);

FYI - There are exactly 485 rows (Proper data) in the share point list and Qlikview also loads 485 rows but all of them are NULLs.

Thanks,

Karthick V.

avinashelite

What format of data your loading ?? XML content ..check you data formats once

Anil_Babu_Samineni

Next Question, Does this format in XML or Tabular in share point link / JSON.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
karthickv
Partner - Creator
Partner - Creator
Author

Hi Anil, Avinash,

Many many thanks to all your Quick responses. Finally I figured out the issue.

The issue is just that the field names in the sharepoint and the way QlikView loads are different and it is causing the issue.

Eg.  In Sharepoint a particular field name  '[Company Name]' however QlikView reads it as 'ows_Company_x0020_Name'.

Thanks a bunch,

Karthick V.

avinashelite

Glad to help you ..mark the helpful and correct answers