Hello,
I need help to change fill color.
I want to change the color inside the fill of Circle in gallery.
I have write
Switch(ThisItem.ColorDropDown,"Red",Red,"Blue",Blue,"Green",Green,"Yellow",Yellow,"Orange",Orange,"Brown",Brown)
but it didn't work.
The type of Color is choices in data.
I trie and this
Switch(ThisItem.ColorDropDown.Value,"Red",Red,"Blue",Blue,"Green",Green,"Yellow",Yellow,"Orange",Orange,"Brown",Brown)
but again is wrong.
I need your help.
Thank You!!!
Sorry for my English language.
If(
Dropdown3.Selected.Value = "red",Red,
Dropdown3.Selected.Value = "yellow", Yellow,
Dropdown3.Selected.Value = "pink", Pink,
Dropdown3.Selected.Value = "black", Black,
Dropdown3.Selected.Value = "white", White
)
Can you try this ??
Switch(ThisItem.ColorDropDown.SelectedText.Value,"Red",Red,"Blue",Blue,"Green",Green,"Yellow",Yellow,"Orange",Orange,"Brown",Brown)
If it doesn't work, Can you share what is your data source for colordropdown?
Thank you
-Srikanth
I have attach screenshots how my data is like
Like this?
That formula I showed in my previous post is working for me.. here are the screenshots
here is my dropdown items..
here is the formula.. the only difference is my dropdown is not in a collection, which shouldn't make any difference..
Did it worked for you?
Thank you
-Srikanth
ColorDropdown is just the name from one column in database.
Fill =
Switch(ColorDropdown.Selected.Value,"Red",Red,"Blue",Blue,"Green",Green,"Yellow",Yellow,"Orange",Orange,"Brown",Brown)
Working in my gallary
On my app isn't work because i have two pages for this color. In one page i can change the color and on other page i want to show the color from all projects. Each Project have different color. The dropdown who i change color is not on the same page who i show the color.
User | Count |
---|---|
261 | |
110 | |
89 | |
53 | |
44 |