I want to show bookings from a certain Virtual Platform with a certain state. In below capture you can see that this works when I use my filters separately, but a combination doesn't work. According to the help this should work. What am I doing wrong?
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 25th November 2020
Hi Jens,
To combine multiple conditions in a filter, I'm usually using the 'AND' operator and it works fine.
(ReservationInstance.Properties."Virtual Platform"[String]==...) AND (ReservationInstance.Properties."Status"[Int32]==...)
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 25th November 2020