Hi,
the situation is as follows. I have an edit form where I fill several fields and make a selection (6, 8, 10, 12, 16). Based on the entries and selection, value is calculated and presented in a label.
I want the label to change its color (indication that it meets the requirements) based on the calculated value and the selection: 6, 8, 10, 12, 16. The problem is that limit value (calculated based on the entries in edit form) for selections is different:
for 6 it is >0.5
for 8 it is >0.6
and etc.
Any ideas how to write the if functions for all the selections? Thanks.