| | |
| | | IF(Set_discount__c = 0, '', '套餐折扣,') + |
| | | IF(Servince_contract_discount_amount__c = 0, '' , '维修合同,') + |
| | | IF(Delivery_compensation__c = 0, '', '运输索赔,') + |
| | | IF(LimitPrice_contract_discount_amount__c = 0, '', '上限合同,') + |
| | | IF(Other_discount__c = 0, '', '其他,'), |
| | | 0, |
| | | LEN( |
| | |
| | | IF(Set_discount__c = 0, '', '套餐折扣,') + |
| | | IF(Servince_contract_discount_amount__c = 0, '' , '维修合同,') + |
| | | IF(Delivery_compensation__c = 0, '', '运输索赔,') + |
| | | IF(LimitPrice_contract_discount_amount__c = 0, '', '上限合同,') + |
| | | IF(Other_discount__c = 0, '', '其他,') |
| | | ) - 1 |
| | | )</formula> |