Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have to exclude extremely low values from calculations. I would like to do it on fly, in the expressions, not in the load script though.
Please have a look at the example attached. I have calls list with relevant ID, caller and value. I would like to count the number of calls by caller ignoring the first 10% of the calls of each caller that have low values.
I’m able to get it work when I have one caller selected. As you can see caller Frieals has 40 calls in total and when it’s been selected I get 36 calls (4 calls have been clipped out).
How to make it work overall, for all callers is still problem for me. Any ideas and suggestions are welcome and much appretiated.
Thanks
Y
Check the attached file
Check the attached file
Nice and simple, seems to be working as wanted. Will have to play with it further.
Thanks