Hi folks,
I have a requirement like display the number of resignation cases per quarter and the data in grid format.
Facing issues to fetch data by quarterly.
Please help me on this, Thank you.
Discussion posts and replies are publicly visible
Hi, which issues?
Hi Gabriele,
Issue is like I have a data base by which need to show count of resignation cases per quarter on main dashboard.
You could use QueryAggregation on a monthly bases and then just sum the results in group of three, could it work?