[Resolved] Need to output some text depending on the output of a calculation
This support ticket is created 9 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
I need to be able to take the output of a calculation and then use it to output a couple of words, depending on what the calculated total is - e.g., if calculated total is:
- Less than 18% then I need the output to show as A
- Between 18% and 22% then I need the output to show as B
- Over 22% then I need the output to show as C
This is the calculation that I need to use to to compare against the above figures.