Question
5
Replies
361
Views

Macquarie
IN
Posted: September 29, 2019
Last activity: October 3, 2019
Last activity: 3 Oct 2019 14:28 EDT
Closed
Can we fetch a report for 2 different dates and group by both the reports and get count and compare the counts?
I need to fetch same report 2 times, for two different dates and then compare the count of both the reports using group by.
For example, if for a combination of region, jurisdiction and gender, we have count today as 500 and count for same combination yesterday was 700, the we need to compare both these counts and show all these report columns and count and comparison values (count today ~ count yesterday) on UI in table format.