Hide Mashup Content when thing does not implement shape
I am having a mashup with a List of different Things (Shape.ImplementingThings) and a Tab-Widget.
Now I want to hide Tab1 when the selected Thing is not implementing a specific Shape.
I tried to put a Value from a dynamic GetProperty datasource to a validator widget and put the output to visibility of the tab. I checked the "name" property against null and undefined, but it was always true.
Is there any possibility to get a boolean for a dynamic thing if it does not implement a specific shape?
Best regards.

