Hi i have a problem i want to sum
Column Plan "Label" with Column Utfall "Textbox" and display it in a third label ("Målu"
7229 + 1300 = 8529
Right now it only takes the value 1300 in the column "Målu" (Ignores the value in the label "Plan"
Im using this code:
Label5.Text + txtUtfall.Text
Thanks Petter
Solved! Go to Solution.
Please consider changing your Formula to the following:
Value(Label5.Text) + Value(txtUtfall.Text)
I hope this is helpful for you.
Please consider changing your Formula to the following:
Value(Label5.Text) + Value(txtUtfall.Text)
I hope this is helpful for you.
Thank you so easy 🙂
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 |
---|---|
183 | |
51 | |
47 | |
32 | |
32 |
User | Count |
---|---|
266 | |
91 | |
78 | |
68 | |
67 |