Currently, my Indicator Icon shows based on a checkbox called Advocate__pc.
I would like to make it show if Advocate__pc = TRUE *OR* OtherField__pc = TRUE
Can I do that? How?
Thanks in advance for any insight. :)
I could make another Indicator Item for that OtherField__pc, but I don't want the icon showing twice on the page layout if both fields are true.
I could also make 2 diff icons and 2 diff Indicators..... but it's not the solution my users need.
Hi @Jennifer Lange the way to tackle this is to create a new field that combines the two fields into one. OR(Advocate__pc = TRUE, OtherField__pc = TRUE). Then use that new field for your Indicator.
We do it this way so that you can show the field that the Indicator is based on on a Report or List View.
Thank you, Jodie! That makes a lot of sense. Off to build! 😃