Domino Code Fragment

Code Name*
Quarter Column Calculation
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.18.191.102.112
Description*
Quarter Column Calculation Formula
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:

First Sorted Hidden Column:
@Year(AntCloseDate)

Visible column:
m :=@Month(AntCloseDate);
@If(m = 1 : 2 : 3; "1st Quarter"; m = 4 : 5 : 6; "2nd Quarter"; m = 7 : 8 : 9; "3rd Quarter"; m = 10 : 11 : 12; "4th Quarter"; "") + " - '" +

@Right(@Text(@Year(AntCloseDate)); 2)