Visualization categories

HarryG
Tera Contributor

Hi,

 

Within ServiceNow Platform Analytics, categorisation is currently only possible within dashboards. Is there a way, or will there be a way, to categorise visualizations as well? Ideally, the same categories used in dashboards should also be applied to visualizations.

This would make it easier to organise visualizations and ensure they can be easily located.

1 ACCEPTED SOLUTION

Sahil Chaudhary
Tera Expert

Hi,

 

First solution: Use Groups You can create visualization groups (similar to widget groups) and organize related visualizations together. Then when you're adding them to dashboards, they're already grouped logically.

 

Second Solution: 

Custom Field If you really want proper categorization, you could add a custom field to the par_visualizations table:

  1. Go to the table definition
  2. Add a choice field called "category" or "visualization_category"
  3. Define your categories (same ones you use for dashboards)
  4. Use it in list views and filters

View solution in original post

2 REPLIES 2

Sahil Chaudhary
Tera Expert

Hi,

 

First solution: Use Groups You can create visualization groups (similar to widget groups) and organize related visualizations together. Then when you're adding them to dashboards, they're already grouped logically.

 

Second Solution: 

Custom Field If you really want proper categorization, you could add a custom field to the par_visualizations table:

  1. Go to the table definition
  2. Add a choice field called "category" or "visualization_category"
  3. Define your categories (same ones you use for dashboards)
  4. Use it in list views and filters

Thanks Sahil, the second solution is the more suitable solution for us. I hope ServiceNow will in the future make this a generic solution.