I was talking to a customer (Saewon/Unity Technologies) and she presented me a rather interesting rules engine use case.
Ask: is it possible to rank numerical field values via the rules engine?
Additional context:
- The use case would be to create a CTA for customers who have a (custom) score value greater than the nth highest value among all customers.
- The scores in this case are externally derived scores and not GS measure scores.
- What I need would be able to put a filter in a rule that says "only keep records with a value in field X that is higher than the nth highest value in field X"Ask: is it possible to rank numerical field values via the rules engine?
- I’m assuming you would also need to be able to set a baseline value on “Score” to be able to be able to get this to work.