e.g. A ObjID OB1 has a start date '2012-04-01' and end date '2012-07-25'.
For each month, I want to show the count of ObjID which means this ObjID will be shown for 4 months starting from April, May, June and July.
i have tried generating extra months and used IntervalMatch to fill the missing ObjIDs - May and june but it crashes in case of large number of records.
Can anybody plz. suggest me a solution for this issue?