Dear all,
I created a line item "Figure" and a list "Divisor". The list just contains two values: 12 and 24.
I further created a line item "Result" which should display the result of Figure divided by Divisor.
So my module contains three line items:
Figure: Number
Divisor: List
Result: Number
Unfortunately Result = Figure / Divisor or Result = Figure / VALUE (Divisor) doesn't work.
The only reason for creating the list is that any user can only select 12 or 24 by drop down as divisor, not any other value.