]
Michael Biarnes Kiefer updated DROOLS-1600:
-------------------------------------------
Fix Version/s: 7.6.0.Final
(was: 7.5.0.Final)
Support character ? for interpolation in values in a DT cell
------------------------------------------------------------
Key: DROOLS-1600
URL:
https://issues.jboss.org/browse/DROOLS-1600
Project: Drools
Issue Type: Sub-task
Components: dmn engine
Affects Versions: 7.1.0.Beta2
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Fix For: 7.6.0.Final
Attachments: Screenshot 2017-06-02 19.50.40.png
Signavio uses the character ? to interpolate the expression value into decision table
cells. E.g.:
=(1 - Discount) * ?
In the above example, '?' is replaced my the result of the decision table input
expression.
See attached screenshot.