Forum Discussion

Suman8877's avatar
Suman8877
Advocate II
1 year ago
Solved

ON date finding Cummulative Number...

Is there way to calculate cummulative number of occurences based on the date coulmn.

For example:

In one table i have the information when something was created:

    date       |  name

1/1/2025    |  abc

12/1/2025  |  osks

13/3/2025  |   doferf

and in the second one i want to have a number of "names" by month name (lets assume i have a Date table with month names related with the first table). So if to names were created in january the sum i 2, if no names were created in february total number is still 2, one was created in march so total number now is 3, and so on....

Month name | Number of names

      January     |  2

      February   |  2

      March       |  3

Is there a wasy to do this?

Thanks!

4 Replies