Skip to main content
September 15, 2022
Question

Display data per Quarter

  • September 15, 2022
  • 3 replies
  • 0 views

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. 

    3 replies

    gabriele.camilli
    September 15, 2022

    Hi, which issues?

    September 15, 2022

    Hi Gabriele,

    Issue is like I have a data base by which need to show count of resignation cases per quarter on main dashboard.

    gabriele.camilli
    September 15, 2022

    You could use QueryAggregation on a monthly bases and then just sum the results in group of three, could it work?