Hi
I have dropdown called as Financial Impact with values - Low, Medium, High & Very High in SP List
I have a clearcollect on my gallery screen and collection name is germcollection
In Gallery screen, i have a search button referencing the collection and fields are displayed in Gallery, based on search provided.
In the Gallery view, where i have the value of Financial Impact displayed as Text (Low), i want to display a icon instead of text for the Financial Impact. If the value is Low, icon color should be Green, Medium - Brown, High - Red & Very High - Dark Red.
I tried adding an icon circle & gave the following in the Fill properties of Circle:
If(ThisItem.'Financial Impact'.Value="Low",Color.Green,Color.Red)
This doesnt work...
Can someone please help me in getting this achieved.
Thank you.