Hi Community,
I'm using a list view in Visual Overview to show an overview of the active reservations.
I'd like to use a filter based on a reservation property.
This works fine when using a property name that doesn't contain any spaces, however, if my property name has a space, the functionality is no longer working.
Is there a way I can make this work?
You should use double quotes , as illustrated below :
ReservationInstance.Properties."Contributing Service"[boolean]==false
Hi Ive,
The shapedata 'filter' on the ListView visioshape supports booking property filtering for properties containing whitespaces using following syntax :
ReservationInstance.Properties."Expected Service State"[String] contains 'ST'
The DataMiner help will be updated with this information :
Kind regards
Works like a charm! Thank you!