我有以下条件拆分集
Not Posted : O_Variance != 0 && O_L_Revenue_nSAP == 0
Need Investigating : O_Variance != 0 && O_L_Revenue_nSAP != 0
Posted : O_Variance == 0
即使条件不满足,一切都会发布,我不知道为什么。
我有以下条件拆分集
Not Posted : O_Variance != 0 && O_L_Revenue_nSAP == 0
Need Investigating : O_Variance != 0 && O_L_Revenue_nSAP != 0
Posted : O_Variance == 0
即使条件不满足,一切都会发布,我不知道为什么。