Can I filter out the selection options in a data filter in the dashboard?

Beantwortet

1 Kommentare

  • Chandra Robrock
    Community Moderator
    Most Helpful - 2021

    Hey Joe - I think creating a Standard Calculated Attribute would be the best way to accomplish this. Once created, you could then add a data filter for the new attribute you just created.

    The exact approach you'll want to take will be largely dependent on how you can identify that these customers are associated with your customer's organization.

    For example, if you're using Zendesk Organizations, you could build a Standard Calculated Attribute that looks similar to the below:

    IF [Requester organization name - Unsorted] = "Customer's Organization Name" THEN [Requester name] ENDIF

    However, if you aren't using Zendesk Organizations, creating an attribute based on the customer's email domain may be the route you'll want to take:

    IF RIGHTPART([Requester email],12)="@example.com" THEN [Requester name] ENDIF

    Hope that helps point you in the right direction!

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.

Powered by Zendesk