Skip to main content
1-Visitor
June 29, 2015
Question

Why is the Tree widget empty?

  • June 29, 2015
  • 2 replies
  • 1395 views

Hello,

I am confused as to how to properly use the Tree widget in one of my mashups.

So let's say that I have an infotable containing two properties: name & sensorType.

Certain rows in the infotable can share the same sensorType value which I want to be the parent of the Tree widget.

I have set the following widget settings as follows:

LabelField: name

TooltipField:

ValueField:

IDField: name

ParentIDField: sensorType

Why is the widget empty?

Thanks in advance.

2 replies

1-Visitor
June 30, 2015

Hi

I think you need to have rows without parent(sensorType) and the said sensorType for name or else those nodes ain't created so the children don't find them

1-Visitor
July 1, 2015

It would be helpful to post your service output as well.