Forum Discussion

chudson002's avatar
chudson002
Brass Contributor
Dec 17, 2021
Solved

ICON VISIBILITY

Good Day Community, Have an icon that needs to be visible if two conditions are met in the gallery. The below code does "not" show any errors in the formula bar, only on the gallery item. If(ThisI...
  • chudson002's avatar
    Dec 17, 2021
    Figured it out, just needed to switch.
    If(ThisItem.Days > 145 && ThisItem.Division.Value = "Sales", true, false)

Resources