Forum Discussion

monkeysocks's avatar
monkeysocks
Frequent Visitor
5 years ago
Solved

Slice multiple fields

Hey,

 

I am looking for some help on slicing. I have 3 charts on a single page powered by the same table,

Total closed by user (closed_by)

Total assigned to a user (assigned_to) - This excludes closed

Total created by a user (created_by)

The data structure is the same for all 3 fields, what is the best way to go about creating only 1 slicer to slice all 3 charts without compromising the data in each of the charts?

 

Any help would be greatly appreciated, thanks in advance!

8 Replies

  • VijayP's avatar
    VijayP
    Community Champion

    monkeysocks 

    Question need to be rephrased. Once you create slicer in a page that will impact all the charts by default.

    What is the required outcome. any snap shot is better to understand

    • monkeysocks's avatar
      monkeysocks
      Frequent Visitor

      Apologies, the desired outcome is to be able to select a user and it filters all 3 charts individually on that user (Total by day)

       

      Chart 1 will filter all records closed by that user

      Chart 2 will filter all records that are assigned to that user (that are not closed)

      Chart 3 will filter all records created by that user

       

      The issue I have is that, the created_by, closed_by & assigned_to user fields could be different on any one record. e.g created by user 1 & closed by user 2. The charts should show all records that meet the individual criteria and should not be further filtered by the other fields values i.e Even though User 1 did not create the record, it should still count in their daily closed total if they closed it but not in their daily created total.

       

      Does that make any more sense? 

    • monkeysocks's avatar
      monkeysocks
      Frequent Visitor
      RecordIDDate_CreatedCreated_ByDate_ClosedClosed_ByAssigned_To
      101/09/2020User 1  User 1
      201/09/2020User 101/09/2020User 1User 1
      301/09/2020User 102/09/2020User 2User 2
      402/09/2020User 102/09/2020User 2User 2
      502/09/2020User 102/09/2020User 3User 3

       

      E.g

      01/09/2020 User 1 Created = 3
      01/09/2020 User 1 Closed = 1
      01/09/2020 User 1 Assigned = 2