Hi!
I would love a “quarter_from_date()” function that evaluates to 1-4. It makes things such as quarterly billing simpler.
Best,
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
Coming soon… keep your eyes peeled over the next few months