Show additional text depending on result
-
Hi,
I am implementing a Body Mass Index calculator with your plugin. So, the user enters his weight and height and it calculates an index, i.e. 22.56 or 31.28 etc. Up to here I’m fine.
The other part of the BMI calculator is to display a label depending on the index returned. So, for instance, if the index is less than 18.5 it should display a predefined text with a title Underweight. If the index is in the range of 18.5 to 25 it should display another predefined text with the title Normal, etc… How could I implement this?
I tried with the Instruct. Text element, and created all 6 categories, but I can’t find a way to make one of them at each calculation appear.
Please give me some advice.
- The topic ‘Show additional text depending on result’ is closed to new replies.