Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello -
I am a long time user of SharePoint using Microsoft SSRS / Report Builder for retrieving SharePoint List Data reporting.
I'm moving into using Qlik Sense Enterprise for reporting of SharePoint List Data and am finding differences between Report Builder and Qlik Sense (obviously) in the way data is retrieved.
I'm hoping to find feedback from those with experience on retrieving SharePoint List Data to Qlik Sense that is more efficient / beneficial than the way I am approaching (after many trials).
Screen shots are added to the end...
Side Note: Many packages have a Connector specific to SharePoint - Perhaps Qlik Sense would consider a SharePoint Connector at some point to resolve Lookup Fields / People Fields and Pagination directly...
Questions:
My research thus far has shown :
(Using Web File Connector with "For Loop" and "URL IS" with $(<loop var) and View Filter has worked the best so far...)
------------------------------------------------------------
For i = 0 to 30
[UsageMetrics]:
LOAD
ows_ID AS ID,
Num(ows_SizeOfGroupsNumber) AS SizeOfGroupsNumber,
ows_viewGroupNumber AS viewGroupNumber,
ows_Created AS Created,
SubField(ows_Author,'#',2) AS CreatedBy,
ows_SiteLevel AS SiteLevel,
ows_SiteName AS SiteName
FROM [lib://Usage_GlnTrnTlbx_SC_WebFile (xxx_yyyy)]
(URL is [https://<mysite>/_vti_bin/owssvr.dll?Cmd=Display&List={DF0859CE-B9E3-4FA2-9770-1328056D6671}&RowLimit=0&XMLDATA=TRUE&View={D13237A7-22FC-421E-B4C0-B513FC563DE6}&FilterField1=viewGroupNumber&FilterValue1=$(i)],XmlSimple, table is [xml/data/row]);
Next i;
This conflicts with the information in post:
O365 SharePoint Connector not decoding columns correctly
https://community.qlik.com/t5/Connectivity-Data-Prep/O365-SharePoint-Connector-not-decoding-columns-...
and should be updated or corrected.
Qlik Support confirmed this in a support ticket I logged.