Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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 ??
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.
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
(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.
What format of data your loading ?? XML content ..check you data formats once
Next Question, Does this format in XML or Tabular in share point link / JSON.
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.
Glad to help you ..mark the helpful and correct answers