Skip to main content
Question

I want to get the days in this current month like if the month is june i want all the dates in june . How can I get that??

  • June 23, 2022
  • 2 replies
  • 4 views

Forum|alt.badge.img+7
I want to get the days in this current month like if the month is june i want all the dates in june . How can I get that??

2 replies

FILTER MONTH(ACTIVITY.TIMESTAMP) = MONTH(TODAY())


Forum|alt.badge.img+7

Thanks it worked just fine.