-
-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Labels
Description
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.
Reactions are currently unavailable