OCM_Sales_ForecastRMB_Without_Tax__c
Case( OpportunityId__r.Trade__c,
"内貿", IF(OpportunityId__r.ShippingDate_For_Report__c < Datevalue("2018-05-01") ,OCM_Sales_Forecast__c /1.17,OCM_Sales_Forecast__c /1.16),
"外貿",
IF(OpportunityId__r.ShippingDate_For_Report__c < Datevalue("2012-10-01") ,
OCM_Sales_Forecast__c * 6.6,
IF(OpportunityId__r.ShippingDate_For_Report__c < Datevalue("2016-07-01") ,
OCM_Sales_Forecast__c * 6.3,
IF(OpportunityId__r.ShippingDate_For_Report__c < Datevalue("2016-12-01") ,
OCM_Sales_Forecast__c * 6.5,
IF(OpportunityId__r.ShippingDate_For_Report__c < Datevalue("2018-05-01") ,
OCM_Sales_Forecast__c * 6.8, OCM_Sales_Forecast__c * 6.3
)
)
)
),
OCM_Sales_Forecast__c * 1
)
false
Case( OpportunityId__r.Trade__c,
"内貿", OCM_Sales_Forecast__c / OpportunityId__r.Tax_Intra_F_Copy__c ,
"外貿", OCM_Sales_Forecast__c * OpportunityId__r.Tax_Foreign_F_Copy__c ,
OCM_Sales_Forecast__c * 1
)
BlankAsZero
18
false
2
false
Number
false