Skip to main content
1-Visitor
October 26, 2017
Question

Is there a way to show only the filled properties from an info table in an dynamic property display?

  • October 26, 2017
  • 5 replies
  • 4395 views

Hello,

my question is: "Is there a way to show only the filled properties from an info table in an dynamic property display?"

I have the Problem, that my infotable depends on an datashape with a huge amount of properties, for different objects there are different properties filled.

But i don´t want to view the whole infotable each time, just the few properties which are filled with values.

Regards Felix

5 replies

1-Visitor
October 26, 2017

On Property Display you have a "ShoulAllColumns" just make a service which returns the infotable with the exact columns that you want to show. To do that, you must set Output without DataShape and in the service which builds the infotable remove undesired fields or start from scratch and use AddField to add the desired fields. Best Regards, Carles.

22-Sapphire I
October 26, 2017

You could also use the Property Display widget

This widget can also dynamically accept a DataShape

1-Visitor
October 26, 2017

If your attempt is to display these infotable values in a Grid, Then you can use the "Advanced Grid" available in the Market place.

It auto filters the data columns that are not populated in the infotable.