Opportunity_ThousandY_Target__c
false
IF(AND(MONTH(TODAY()) >= 4,DAY(TODAY())>=2),
IF(
AND(CloseDate< DATE(YEAR(TODAY())+1 ,4,1),
CloseDate>= DATE(YEAR(TODAY()),4,1)),
BO_Forecast__c/1000,
0
),
IF(
AND(CloseDate< DATE(YEAR(TODAY()) ,4,1),
CloseDate>= DATE(YEAR(TODAY())-1 ,4,1)),
BO_Forecast__c/1000,
0
)
)
BlankAsZero
18
false
2
false
false
Number
false