Quarter_from_date() function

Hi!

I would love a “quarter_from_date()” function that evaluates to 1-4. It makes things such as quarterly billing simpler.

Best,

Hey @Kvam,

You can calculate the amount of quarter from the start month with the formula if mod(date-month,3)=0 then 1+previous else previous.

Cheers!

Yeah! That’s what I do now! I would still love a quarter variable though :slight_smile:

Coming soon… keep your eyes peeled over the next few months :eyes:

1 Like