I am trying to fetch Data i.e. Booking Data after a specific Booking Date and filtering with 3 order statuses by writing the below code in the Expression Editor
Count({<NewOrderStatus={'Cancelled','Active','Delivered'},Booking_date = {'$(>=2023-02-21)'}>} NewOrderStatus)
However, it is returning Blank