0
votes

i have a list where employees are listed and next to it the clients afther that a 1 or 0 if there has been contact with the cliƫnts for longer than 3 months

now i want to visualise the list but i cant get the total per employee. i have grouped by employee but that doesn't seem te work.

example:

**Employee     Cliƫntname     longer than 3 months**
    1            1              0
    1            33             1
    1            12             0
             **total          1**
    2            2              1
    2            3              1
             **total          2**

can anyone help me with this

1

1 Answers

0
votes

Have you tried:

total([longer than 3 months] for [Employee])