Solved

Sum values in picker control

  • 2 August 2019
  • 1 reply
  • 6 views

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.


11716iB11F766E82B78BDE.jpg

icon

Best answer by Macky1 15 August 2019, 08:40

View original

1 reply

Hi 


 


Good days, I have easy way to do this probliem, we can do it from 
1. Create new expression as below


 


2. Add 'When Picker is Changed' event and configure rule on the following.



 


3. The result like a post above.


 


Please kudo my post if it's helpful, or mark as the solution if it answers your query.


 

Reply