Hi!
I´m updating a funcion of Building Access app
I have an error with geting a filter of each record of parent filter:
ClearCollect(colReservedSpaces,
Filter(
BAR_Requests,
RequestDate >= datepkStartDate.SelectedDate && RequestDate <= datepkEndDate.SelectedDate,
Active = 1,
TimeSlot="Full-day" ||TimeSlot in cmbSelectSlot.SelectedItems,
SpaceName = cmbSelectSpace.Selected.Title,
( Count( Filter( BAR_Requests, Active = 1, RequestDate = ThisRecord.RequestDate).ID ) >= varTotalSeats)
))The last sentence Filter, the ThisRecord i´m not sure if it´s getting the firt BAR_request statement or the second BAR_Request
That I need is to make a count over each record on the first BAR_request filter
Thanks a lot

Report
All responses (
Answers (