Hi,
Got a problem in evaluating simple expression in rule.
[BO.Attribute] = ((B0.attribute2+B0.attribute4+B0.attribute3)*SystemSettings.attribute)/100
Example with values:
[BO.Attribute] = ((100.00 +0.00 +0.00)*1.20)/100
Now result should be something in decimal : 1.20
but it is returning only 1.
Please have a look !