Hi,
I want to add deferent color to this icon's
If(ThisItem.Autologon ="Yes",Icon.CheckBadge,
If(ThisItem.Autologon ="Missing",Icon.CancelBadge,
If(ThisItem.Autologon ="AA",Blank(),Icon.More)))
I tried this one bout work, any one have an
If(ThisItem.Autologon ="Yes",Icon.CheckBadge,{Color: Green},
If(ThisItem.Autologon ="Missing",Icon.CancelBadge,{Color: Reb},
If(ThisItem.Autologon ="AA",Blank(),{Color: Blue}, Icon.More)))

Report
All responses (
Answers (