Forecast_3month_formula__c
IF(Monthly3_ship_target_stock__c=True,"3个月内订发货预测(可备货)",
IF(Monthly3_ship_target__c=True,"3个月内订发货预测",
IF(Monthly3_order_target__c=True,"3个月内订货预测","")))
false
/*Monthly3_ship_target__cなどの数式が間違った、但し、修正しても長すぎ、txt__cを使う*/
/*txt__cはWFにて設定*/
IF(Monthly3_ship_target_stock_txt__c = '1',"3个月内订发货预测(可备货)",
IF(Monthly3_ship_target_txt__c = '1',"3个月内订发货预测",
IF(Monthly3_order_target_txt__c = '1',"3个月内订货预测","")))
BlankAsZero
false
false
false
Text
false