Forum Discussion

abfdjuk's avatar
abfdjuk
Helper I
3 years ago
Solved

Exclude values less than X total hours

I have data as per below for many companies and I want to create a page filter which will remove any companies that have their total hours less than 100. I have tried using the filters but it doesn't seem to work. Here is a sample of the data:

 

Law firms - NameFees - Time
A200.00
B150.00
C10.00
D65.00
A120.00
A12.00
B10.00

 

3 Replies

    • abfdjuk's avatar
      abfdjuk
      Helper I

      Thanks for your respone. From seeing this what I actually want to do is to total the hours for each law firm, e.g. law firm A = total hours 332, B = 160, C = 10, D= 65 and then exclude/include after that. How would I achieve that?