hi i need your help, in a label I want to make a multiplication between a value of a drop-down list and a text input value.
I attach the photos of the fields with their code.
Below is another example of calculation:
Sum of values in two drop-down lists
Solved! Go to Solution.
Have you tried using the the Value() with each of the fields to make sure they get converted to a number before they get calculated?
Example: Value(TextInput.text) * Value(Valorie_18.Text)
Sum( Value(Valorie_16.Text), Value(Valorie_18.Text))
Have you tried using the the Value() with each of the fields to make sure they get converted to a number before they get calculated?
Example: Value(TextInput.text) * Value(Valorie_18.Text)
Sum( Value(Valorie_16.Text), Value(Valorie_18.Text))
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
181 | |
52 | |
41 | |
40 | |
34 |
User | Count |
---|---|
262 | |
81 | |
71 | |
69 | |
66 |