Closed leandrosardi closed 1 month ago
Match by min
and max
range instead of id
.
Setup min
and max
in the rule description, creating a new headcount.
drop table if exists filter_headcount;
alter table "filter" add column if not exists headcount_min int null;
alter table "filter" add column if not exists headcount_max int null;
Filter
skeleton class.Rule
skeleton class.Run a LPF
Problem
Apollo doesn;t manage a table of headcount ranges, and we are creating a headcount record for each number provided by Apollo.