Forum Discussion
Set Filters according to sharepoint address / save different filters to view on several sp sites
- 5 years ago
It's me again 😉
Found a solution:
1. Report needs to be in the "workspace" from that sharepoint group!!!
2. Embedd report as Iframe with filter like
&filter=Location/Site eq 'Cityname'Hint: you can also disable the filter panel and the page selection panel
&filterPaneEnabled=fals &navContentPaneEnabled=falseRegards
just a quick update from my side:
I tried the filter string added to the URL
?filter=Location/Site eq 'Cityname'This is working when opening the report directly in the browser but this is not working when adding the report as webapp, Iframe or directly embedded url.
Any other ideas?
It's me again 😉
Found a solution:
1. Report needs to be in the "workspace" from that sharepoint group!!!
2. Embedd report as Iframe with filter like
&filter=Location/Site eq 'Cityname'
Hint: you can also disable the filter panel and the page selection panel
&filterPaneEnabled=fals
&navContentPaneEnabled=false
Regards
- NetMare5 years agoFrequent Visitor
Hi again.
With this solition the sso does not work!
Different user only sees a Log In button instead of the report.
Report is stored in a group. User is part of that group.
Any ideas how to slove this???