I have developed a fetch XML report that I have deployed on CRM online 2016.It is working fine(means giving expected data) when I ran it on a single record. However the same isn't giving the right data when I ran for multiple records.
Explanation:
I tried to get the total count of all child records for an activity(email) by using eq-or-under operator and while am running the report for multiple records, this count become the least among all the records.
e.g.- Suppose I run this report individually for three records A,B,C and get following results: record A has count 3,record B has count 4, Record C has 6 count.
And when I run the same again for multiple in once : the result become 3 in all the three case A,B,C
Any help would be greatful for me.
Thanks you.