Hello,
I am trying to sum up the values I selected in my picker control.
This picker control is supposed to allow my end user to select multiple part numbers, for each of these part numbers there is a value associated with it.
Thus I want to sum up the values selected in this picker control but am running into issues creating an expression to do this.
Attached is a screenshot of the picker control where you can see the part number and the number associated with it.
The value of the current customer demand should be 102 since I selected those two parts but it just is returned as 0.