Skip to main content
15-Moonstone
July 30, 2019
Solved

Dynamic infotable property is bound to mashup shapes, but doesn't affect them.

  • July 30, 2019
  • 1 reply
  • 702 views

Hello. I've got an issue.

 

The problem boils down to one general issue: I've got an infotable with four boolean properties, and each property is assigned to a shape. Based on the value of the property, the specific shape is visible or not. I have connected the infotable properties (some are true, some false) to the shapes via Selected Rows, but all the shapes are visible, when in reality, some should be hidden.

 

Can anyone help with this regard? Thanks.

Best answer by Radu

I solved the issue. Apparently the data shouldn't have come from the Selected Rows from the GetPropertyValues service. Instead, I created another service on my own that had an infotable as input, and the same infotable as an output. What I benefit from this is that now I can select each column from the infotable from the newly-created service, and I'm free to bind each column to any shape that I want.

1 reply

Radu15-MoonstoneAuthorAnswer
15-Moonstone
July 30, 2019

I solved the issue. Apparently the data shouldn't have come from the Selected Rows from the GetPropertyValues service. Instead, I created another service on my own that had an infotable as input, and the same infotable as an output. What I benefit from this is that now I can select each column from the infotable from the newly-created service, and I'm free to bind each column to any shape that I want.