Forum Discussion

Spartan28012's avatar
Spartan28012
New Member
10 years ago

Templates

Hi, we have a product where the data source changes based on who logs in. The scema of each data source is identical, but the data is suited for the person logged in. How can we develop our reports such that the data source can vary by login to change the underlying data?

3 Replies

Replies have been turned off for this discussion
  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    You would import ALL of the data and use the new Row Level Security feature of the Service to ensure that users only see the data that they are supposed to see.

    • Spartan28012's avatar
      Spartan28012
      New Member

      Tha in itself is a concern. I would never want to take a chance that someone from one company would see somone from another companies data. It would also blow the 10GB limit out the roof.

      • Greg_Deckler's avatar
        Greg_Deckler
        Community Champion

        Then your only option is to create separate datasets, reports and dashboards for each customer (maintenance nightmare).