Is it possible to make simple calculation in kodular?

Hi there, so I want to make a simple dosage calculation in my app with this formula:

age / 150 x adult dose

is it possible?

Set result lable text to (Textbox1.text/150)*(textbox2.text)

thanks for your help GSR, it solved!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.