Jessa Aballe

Results 2 issues of Jessa Aballe

Hello, How do I create a rule that can detect that sums up the amount of x number of events and if it hits a certain number threshold, it will...

Hi, Using your library, and this seemed to be not filtering with address_id and business_id `base_filter = ScreeningHistoryFilter(data={"address_id":f"{address_id}", "business_id":f"{business_id}", "page":pagination_params.page_index, "page_size": pagination_params.page_size, "order_by": sort_params.sort_fields}, session= self.db)` Below is the filter...