
My Formular is this.
This the Textinput I use for Net weight( G)
When I Type A weight In Net Weight I want to populate it below Table.As No of KG and Numerator Using above Formular.
Simply What the result should be ....
Ex: If I enter 2800 In the Net weight. I should be able to See in
No of KG = 28
Numerator = 10
Can You please help me?
Hi @jufguu ,
The kg weight ( I assume you want whole kg)
Round(
Value(YourTextBox.Text) / 100,
0
)
Numerator should be
Round(
Value(YourTextBox.Text) / 2000,
0
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps