OP_ThousandY_Order__c
IF(Text(StageName) = "引合",
IF(
MONTH(TODAY()) <= 3,
IF(
AND(order_Date_For_Report__c< DATE(YEAR(TODAY()) ,4,1),
order_Date_For_Report__c>= DATE(YEAR(TODAY())-1 ,4,1)),
OCSM_RMB_Without_Tax_1000TR__c,
0
),
IF(
AND(order_Date_For_Report__c< DATE(YEAR(TODAY())+1 ,4,1),
order_Date_For_Report__c>= DATE(YEAR(TODAY()),4,1)),
OCSM_RMB_Without_Tax_1000TR__c,
0
)
),0)
false
IF(Text(StageName) = "引合",
IF(AND(MONTH(TODAY()) >= 4,DAY(TODAY())>=2),
IF(
AND(order_Date_For_Report__c< DATE(YEAR(TODAY())+1 ,4,1),
order_Date_For_Report__c>= DATE(YEAR(TODAY()),4,1)),
OCSM_RMB_Without_Tax_1000TR__c,0),
IF(
AND(order_Date_For_Report__c< DATE(YEAR(TODAY()) ,4,1),
order_Date_For_Report__c>= DATE(YEAR(TODAY())-1 ,4,1)),
OCSM_RMB_Without_Tax_1000TR__c,0)
)
,0)
BlankAsZero
18
false
2
false
false
Number
false