Renu D.N Posted May 10, 2019 Share Posted May 10, 2019 Hello, We have been trying to create a dashboard in Spotfire 7.11 whose data source would be a SharePoint list. Is there a way we can implement row level restrictions to restrict the data based on the user who has logged in Suppose, below is teh sample data that is pulled from Sharepoint: Date Department Budget1-Jan-19 HR 200001-Jan-19 Finance 300001-Jan-19 IT 400001-Feb-19 HR 250001-Feb-19 Finance 350001-Feb-19 IT 45000 If a user from HR department opens and refreshes the dashboard, then he should be able to see only the 2 rows that belong to HR department. Please advice. Thanks. Link to comment Share on other sites More sharing options...
Aditya Singh 3 Posted May 13, 2019 Share Posted May 13, 2019 Hi Renu This can be achieved using another datatable which would have user access details, say Security table. Then you have to create a relationship between the security table and the sharepoint data. This security table should come from datatabse so that you can use "%CURRENT_USER% to get the logged in user. If the database is not an option, then this can be achieved using the ironpython script. Link to comment Share on other sites More sharing options...
Renu D.N Posted May 20, 2019 Author Share Posted May 20, 2019 Hi Addy, Thanks for your response, but we do not have any database at this stage. We have loaded all our data in Sharepoint lists. Is there any other alternative 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