Dashboard breakdowns inside each tabs and multiple selection of elements from breakdowns

Akhilkumar2
Mega Contributor

Hi All,

I have created a PA dashboards with multiple tabs. Each tab is different from one another.

Currently the dashboard breakdowns are outside the tabs and acting as a common filter for all tabs.

1) Is there any possibility to bring breakdown  inside each tabs. Please find below the requirements..

find_real_file.png

 

find_real_file.png

 

2) Can we have multiple selection of breakdown elements from a breakdown( Dashboard breakdown).

find_real_file.png

 

If anyone knows the solution please share here.

 

Regards,

Akhil

5 REPLIES 5

Slawek_Radziewi
Kilo Sage

It is not possible. 

Only way to put filters inside tabs is to add there Interactive Filters.

But Interactive filter does not work with PA widgets ..right??..

Unfortunately it doesn't work with PA widgets. 

Adam Stout
ServiceNow Employee
ServiceNow Employee

The way I recommend solving this in most (but not all cases) is leveraging a hierarchy of data.  For example, if we need to track "In Stock" and "In Transit" together, I would add a new field which does this grouping (based on a BR to set it) so we have a field that is what I want to see here, something like: 

  • In Process (In Transit and In Stock)
  • Completed (Completed, In Use)
  • Exception (Retired, Missing, In Maintenance)

Then you create a breakdown on this new field (and possibly set up a breakdown relation).

[Alternatively, you could do this with a script and manual breakdown but I discourage that and explain why here.]