Hi all
please help me as I need this so urgent
I have created a label called lblResult
i set a variable called varToWork
and I have a list box “Yes”, and “No”
I want if I choose the yes From the list box a text will appear Ready and the lblResult to be green color
and if I select the No the text to appear Not Ready the lblResult box color to yelloe
how do I code that? Please help
Solved! Go to Solution.
I believe that you have to use comma (,) and not semicolon (;). Can you try it, please?
I think that can be for language
Rellenar: Si (ListBox1.Selected.Value = "YES", Green, Yellow)
Texto: If (ListBox1.Selected.Value = "YES", "READY", "NOT READY")
I believe it will be too similiar, for example, now your sentences will be
Fill: If (ListBox1.Selected.Value = "YES"; Green; Yellow)
Text: If (ListBox1.Selected.Value = "YES"; "READY"; "NOT READY")
Finally, for ListBox1 property SelectMultiple you have to select false
I believe that you have to use comma (,) and not semicolon (;). Can you try it, please?
I think that can be for language
Rellenar: Si (ListBox1.Selected.Value = "YES", Green, Yellow)
Texto: If (ListBox1.Selected.Value = "YES", "READY", "NOT READY")
Yes, it worked. Thank you so much. I am very new and still in learning process.
Any question you have, You don't hesitate to communicate it. We all go through the learning curve and we are there to support each other.
Good weekend
One more thing please, if I have ListBox1, 2 and 3 and want to put them together like this, do I put at the end ; ???
If(ListBox1.Selected.Value = "YES", "NOT READY")
If(ListBox2.Selected.Value = "YES", "NOT READY")
If(ListBox3.Selected.Value = "YES", "READY", "NOT READY")
Sorry, I didn't understand you. Can you explain more, please?
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
260 | |
217 | |
76 | |
38 | |
34 |
User | Count |
---|---|
332 | |
224 | |
125 | |
69 | |
55 |