Ashni Sedani Posted January 17, 2017 Share Posted January 17, 2017 Hi all, I'm using Spotfire's OData Connector to access a Sharepoint Task List. My problem is that the 'assigned to' column is not retrieved in the data connection. Does anyone have any ideas of why this might be and where I might be able to find it Thanks! Link to comment Share on other sites More sharing options...
Jonathan Dowds Posted January 24, 2017 Share Posted January 24, 2017 Hey- The username is not actually stored in the task list. When creating the oData Connector, in the task list you will see a column named AssignedToId- This is the SharePoint ID for the user you want. To get the username, you will need to add a relation to the UserInformationList table. To do this, follow these steps In the left hand pane where the tables/lists are shown, click Relations->New Relation In the window which appears create a relation which matches TaskList.AssignedToId=UserInformationList.Id then press OK When you add the Task list to the connection, you will see the UserInformationList is added as a child list You can select the required columns from both lists (e.g. the fields from the task list plus the Name field from the user information list) Link to comment Share on other sites More sharing options...
Ashni Sedani Posted March 16, 2017 Author Share Posted March 16, 2017 Hi, thanks so much for your response and apologies for the late reply. My problem is that I can't see the 'AssignedToID' column which I would use for the match. I see all other columns such as CreatedByID, ModifiedByID etc but this is the one piece of information that is missing. I'm using the instructions from https://docs.tibco.com/pub/spc/4.0.0/doc/html/odata/odata_loading_data_from_sharepoint.htm to connect to a task list, rather than a regular list. Could this be a problem Thanks again. Link to comment Share on other sites More sharing options...
Dorottya Kiss Posted May 16, 2019 Share Posted May 16, 2019 Hello, EPAM SharePoint Connector for TIBCO Spotfire might be the solution you are looking for. The connector help users more easily embed SharePoint data within analytics, automate data import, ensure regular data refresh and solve integration challenges. Learn more: https://www.epam.com/our-work/accelerators/epam-sharepoint-connector-for... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now