0

Customize a Breadcrumb Subtitle

Hi.  Is there a way to customize the breadcrumb in a subtitle on a Presentation such that only the slicer values are displayed, and displayed in the order they appear in the presentation? 

In the image example, we would like the values for Zone, Area, Bed TYpe and Facility displayed in the breadcrumb/subtitle.

Thanks,

Bruce

7 replies

null
    • burgundy_rose
    • 7 mths ago
    • Reported - view

    Hi Bruce,

    The breadcrumbs display all the member selections that are being used in filtering the results in the visual. They are derived from filters in the underlying discovery and from any injected filters from within the presentation. 

    Currently they are ordered alphabetically by the attribute name to which they belong.  There is an option to show custom text in the subtitle (see below), but currently there is no way to adjust the order of the breadcrumbs.
     

    If you want to suggest a new feature, you can post a Product Idea here.

    Thanks,

    Ezra

    • Customer Solutions Architect
    • Moshe_Yossef
    • 7 mths ago
    • Reported - view

    Hi Bruce,

    If you change the filters, they should show the selection in the breadcrumbs, don't they?

      • Bruce_Campbell
      • 7 mths ago
      • Reported - view

       - all the filter selections are not shown in the breadcrumb.  In the case below, only the Bed Type filter value (NH2) is shown.

    • Customer Solutions Architect
    • Moshe_Yossef
    • 7 mths ago
    • Reported - view

    Also, you could replace the breadcrumbs with dynamic text. You can create a dynamic text with 3 place holders, and interact each filter with one place holder.

      • Bruce_Campbell
      • 7 mths ago
      • Reported - view

        This looks promising!  Not sure what to do when the filter is selected to "All" - all the values, sometimes dozens of values, show in the Placeholder.

       

      Thanks!

      Bruce

    • Customer Solutions Architect
    • Moshe_Yossef
    • 7 mths ago
    • Reported - view

    Hi  ,

    Well here's what I just got working with a place holder.

    Notice that I can manipulate the Value() in the placeholder.

    So I used the following code:

    case(
      criteria(
          length(value()) - length(Replace(value(), ",", ""))>3, /*more than 4 members selected*/
          Length(value()) >= 80 /*total text longer then 80*/
          ),
      CriteriaResults(
          "multiple members",
          "Too long text"
          ),
      value()
      )

    Of course you can change the limits as you wish, or adjust the conditions more properly.

    the result is - with 4 elements:

    with 5 elements:

    Hope this helps

      • Bruce_Campbell
      • 6 mths ago
      • Reported - view

       thanks very much!  I've customized the breadcrumbs for a report and it's in front of the client to review. 

Content aside

  • Status Answered
  • 6 mths agoLast active
  • 7Replies
  • 72Views
  • 3 Following