Forum Discussion

NetMare's avatar
NetMare
Frequent Visitor
5 years ago
Solved

Set Filters according to sharepoint address / save different filters to view on several sp sites

Hi there,   once more a question from my side.   I have a report showing different KPIs for several locations. For each location there is a single sub site in sharepoint. I want to embedd the p...
  • NetMare's avatar
    NetMare
    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=false

     

     

    Regards