Hello Guys, I am in a situation where I cant get to the solution myself. I tried googling online and different ways.
In my database i have the datatype “BMI” which has the fields “Weight”, “Height” and “Date” and “Age”. Through my button “Calculate” i calculate the BMI and it is saved in my database. Here is the button “code”:
Then I wanted to show this data into a text-field which i put into a group. It should show the current data which was inserted, but also the data which was already submitted a time ago.
I tried it with
(Search for BMI: first item’s age)
but this didnt quite work well.
Does anyone know a solution for this? Im only a beginner and the solution surely isnt that complicated, but I just cannot solve it alone at the current moment. I apprechiate your help very much!
If you want to display multiple BMI’s for the same user you need to use a Repeating Group of the data type BMI, and the data source would be a “search for BMI, where BMI creator = current user”.
My teacher wants me to display height, weight, age and data, so that the user can change for example the high from 150 to 130 on 01.01.2023 if he wants or that the user can change the age or the data
Hello! I would like to show the height, weight, age and date from the calculation. For example the user typed in 120cm height, 50kg weight, is 18 years old and the date is 01.01.2023. The user should be able to see the data and then change or delete it. So the user should be able to, for example, change the 120cm height to 150cm height if he wants to.
Thank you, I use “Repeating Group” but I still don’t know what kind of dynamic data I have to put in. (Search for BMI: first item’s age) doesnt work and I can’t think of some other solution