Forecast_target_ship_nextmonth__c
IF(AND(OR(NM_Forecast_onemonth_before__c = "次月发货预测",NM_Forecast_onemonth_before__c = "次月订发货预测"),
MONTH(B_1_shipping_date__c) = IF(MONTH(TODAY()) = 1, 12, MONTH(TODAY())-1),
YEAR(B_1_shipping_date__c) = IF(MONTH(TODAY()) = 1, YEAR(TODAY())-1, YEAR(TODAY()))),
1,0)
false
IF(AND(OR(NM_Forecast_onemonth_before__c = "次月发货预测",NM_Forecast_onemonth_before__c = "次月订发货预测"),
MONTH(B_1_shipping_date__c) = MONTH( TODAY()),YEAR(B_1_shipping_date__c) = YEAR(TODAY())),1,0)
18
false
0
false
false
Number
false