very good day, could you guide me, I am trying that when the person chooses an option the icon with the x next to it appears, if they choose another option the icon changes
property icon
If (!IsBlank(Dropdown1.Selected.Value) ;Check;Cancel)
Thank you very much
When I choose an option, for example NA, the x icon appears.
Solved! Go to Solution.
Intenta utilizar esta formula:
If(Dropdown1.Selected.Value = "NA"; Icon.Cancel; Icon.Check)
Que 'Value' tienes que escoger para que aparesca la 'X'?
Y cuantos 'Values' tiene el 'DropDown'?
@RodCha very good afternoon friend, it has 3 values
n/a, good, bad.
you have to choose n/a for the x to appear
["bueno";"malo";"NA"]
Intenta utilizar esta formula:
If(Dropdown1.Selected.Value = "NA"; Icon.Cancel; Icon.Check)
User | Count |
---|---|
253 | |
109 | |
92 | |
48 | |
37 |