Adding actions to Interaction datalist view

Hi

I want to add some action buttons to the interactions datalist (our custom view) view but I only want them visible if the Interaction Category is equal to a specific category.

Is this possible?

So for interations that have the category they would look like this:

6fc7e40c47e1669756a1d7b2b660e3f9-huge-im

All others would look like this:

4340055c80384c4d0cebecdb26457576-huge-im

So I need the expression code for here:

4b37530badfd317b874caf65068920ed-huge-im

Thanks in advance

Comments

  • @Lisa Fields

    You could enter an expression like this, just change to whatever field and value need

    = Fields!CATEGORY = "Fundraising"

  • So, this worked:

    =IF(Fields!CATEGORY="Fundraising”, “True”, “False”)

    I needed this to work out the format and it turns out you need the True/False as the end result!

    Joseph at Blackbaud helped on this one?