Discussed in #302
Some expressions cause "timeout/infinite" in the expression detection (Detector).
Try with:
IF(MARGINAL_REFERENCE_PRICE>MARGINAL_PRICE,IF(REFERENCE_PRICE_WITH_PRICESTATE!=null, REFERENCE_PRICE_WITH_PRICESTATE, REFERENCE_PRICE_WITH_PRICESTATE_1),MARGINAL_COMPENSATION_PRICE)
Maybe the length of the expression is the cause of the problems ... To be investigated.
Discussed in #302
Some expressions cause "timeout/infinite" in the expression detection (
Detector).Try with:
Maybe the length of the expression is the cause of the problems ... To be investigated.