Skip to main content
1-Visitor
October 21, 2020
Solved

Visualizing network-like structures in Mashups

  • October 21, 2020
  • 4 replies
  • 1719 views

Dear experts, 

 

What would be your suggestion on finding a way to visualize a 2-level Network in a Mashup? Are there any Widgets that give that kind of functionality out of the box?

 

Thanks,

Federico

Best answer by PaiChung

We usually use the Tree widget to visualize networks.

4 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
October 22, 2020

We usually use the Tree widget to visualize networks.

Raccone1-VisitorAuthor
1-Visitor
October 22, 2020

Hi @PaiChung,

 

Can you provide a Network directly as an input? I couldn't find a way to achieve that right now. What I have seen is that Data should have a DataTable as an input if I'm not wrong. Would an arbitrary service giving a DataTable output be usable?

 

Thanks,

Federico

22-Sapphire I
October 22, 2020

Networks have default services associated to provide the correct data and structure.

'GetNetworkConnections' for example will give you a child-parent relationship table of your network which can be mapped to your Tree widget.

I'm fairly sure this is something covered in the Thingworx fundamental courses as well, so I encourage you to check out the courses.