I have data in the form {date, testscript, testcase, duration, clickcount}
I want to filter on testscript and date then get a count.
Like a distinct from testscript and date together:
X-Axis ManualTest: it should be 5, not 10 because there are always two records with the same date and testscript
X-Axis ErrorTest: it should be 2
How do I achieve this?