My goal is to have a indicator of the booking status in the Booking Visual Overview, in green when its Ongoing and in other color for other values.
I'm trying to show the Show shape data to add a condition where I use a [reservation:...] placeholder to use its Status as a condition.
Already tried two different approaches without success, the result is the same. Any thoughts?
<A>-A|Value|[reservation:[this service],Status]|=3
<A>-A|Value|[reservation:[this service],Status]|=Ongoing
The result:
I can't immediately spot what's going wrong in your configuration, the setup seems to be alright to me.
In order to debug, you can place the entire reservation placeholder '[reservation:[this service],Status]' in the text of a new shape. This way, you can see to what value the placeholder is resolving. If the value is correct, something must be wrong in the show condition, otherwise it's the placeholder itself that is not returning a value.
Edit: After a short investigation it turned out the DMA is running a version where retrieving the 'Status' of a booking is not yet supported.