Hi,
I've created a report that takes all the VMs, their Host, their vCenter and various properties.
Since all three objects (VM, Host and vCenter) can also be Nodes in the platform, they all have Nodes table properties, amongst with Status, ChildStatus and Details URL.
Unfortunately though, if I select those three properties for each of the object, when I add them as display setting on the three object captions columns, none will be used, if I place an aliases is the same, if I place aliases on two of the three objects field, then only the one left with the original name is used (so all 3 objects point to the same node, instead of to each its own).
I cannot specify which property to look, the system automatically looks for the properties DetailsUrl, Status and ChildStatus.. but without being capable of distinguish them based on the reference table, i.e.
Orion.VIM.VirtualMachines.Node
Orion.VIM.VirtualMachines.RelyHost.Node
Orion.VIM.VirtualMachines.RelyHost.Cluster.DataCenter.VCenter.Node
even if each caption comes from the three "different" node tables.
Thanks.