Select top 3 records of a column using list functions
Hi, whats the best way to identify the greatest 3 values in a column using 'list of functions'?
Regards
Ross
Hi, whats the best way to identify the greatest 3 values in a column using 'list of functions'?
Regards
Ross
Hello rossc47800017,
If you have finite scores and they are predefined you can do following:
Test data

1) create column for every score in enrichment per customer
using IfEquals(score,'1' , '1','')

Result:

2) add another enrichment where you aggregate into one record
You can use any function for your scores (MAX,MIN) just for aggregation to work ![]()

Result

Hope this is close to what you need,
Marcel
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.