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?
Marieke Goethals [SLC] [DevOps Catalyst] Changed status to publish 17th November 2021
You should use double quotes , as illustrated below :
ReservationInstance.Properties."Contributing Service"[boolean]==false
Ive Herreman [SLC] [DevOps Catalyst] Posted new comment 16th November 2021
Works like a charm! Thank you!