Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Is it not possible to be able to fetch a ML solution's Clustering Tree Map over somewhere?

AmenaA
Giga Guru

Would it be possible to fetch the Cluster Chart Tree Map Formatter's data that's shown on ml_solution table over anywhere?

Want to display couple of Cluster Tree Map's over on a place such that it's easier for users to view it.

AmenaA_0-1725979666569.png

 

 

 

Thanks In Advance

2 ACCEPTED SOLUTIONS

Lener Pacania1
ServiceNow Employee
ServiceNow Employee

Unfortunately not at this time.  Your options are to  (1) give users ml_report_user or ml_admin roles so they can see the cluster tree graphs in PI or  (2) build a report using the ml_cluster and ml_cluster_details table. These tables store the  data used to generate the tree graph.  

View solution in original post

Hello @Lener Pacania1 ,

Thank you for that. With having the "Create ClusterInsight table" checked on the Solution Definition, we are able to get clusters, on which we can build a report. 

Thanks,

A. A. B

View solution in original post

2 REPLIES 2

Lener Pacania1
ServiceNow Employee
ServiceNow Employee

Unfortunately not at this time.  Your options are to  (1) give users ml_report_user or ml_admin roles so they can see the cluster tree graphs in PI or  (2) build a report using the ml_cluster and ml_cluster_details table. These tables store the  data used to generate the tree graph.  

Hello @Lener Pacania1 ,

Thank you for that. With having the "Create ClusterInsight table" checked on the Solution Definition, we are able to get clusters, on which we can build a report. 

Thanks,

A. A. B