The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Data visualization does not show any data.

Garvia
Tera Contributor

Hello everyone, I’m having an issue when trying to display data in a Data Visualization. I’m building one from the cmdb_rel_ci table, and when I try to show any data from the parent field related to cmdb_ci_business_app, the data shows up as null or empty. Does anyone know why this happens? I’m attaching an image of the issues the table is giving me. Thanks a lot.

15 REPLIES 15

@Garvia I have read it once again and it mentions missing reference... so it might be the problem that it expects some value but it's empty. I'm not much familiar with this module, but try to check that all the data are populated correctly  

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


For these two specific fields, they are reference fields from the cmdb_ci_business_app table that point to the sys_user table. Not all business apps have an owner or an IT application owner, but the issue is that it doesn’t manage to retrieve any of them.

Bhuvan
Kilo Patron

@Garvia 

 

Your reference looks misconfigured. Explain how you are creating data visualization and provide more information if below does not work. 

 

See below for sample data visualization on cmdb_rel_ci table where parent class is Business Application, 

Bhuvan_0-1756805570770.png

Add Columns as per your requirement and dot walk on Parent and Child tables,

Bhuvan_1-1756806059223.png

If this helped to answer your query, please mark it helpful & accept the solution. 

 

Thanks,

Bhuvan

@Garvia 

 

Did you try to check this in your instance ?

 

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

Mark Manders
Mega Patron

You have added parent.ref...... fields. Why not simply parent.sys_class_name, etc? Your filter should just be on the class, so you always have the business apps.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark