in a saved search show top 5 of one group then top...
# ask-stanley-ai
b
in a saved search show top 5 of one group then top 5 of next group
c
AI generated answer (using internal Slack threads):
To show the top 5 results of one group and then the top 5 of the next group in a saved search, you would need to use the 'Group' feature in the saved search. Here's a step-by-step guide: 1. Go to the 'Results' tab in your saved search. 2. Select the field you want to group by and set it as a 'Group' in the 'Summary Type' dropdown. 3. Then, select the field you want to show the top 5 results for and set it as 'Maximum' or 'Minimum' in the 'Summary Type' dropdown, depending on whether you want the top or bottom 5. 4. Repeat steps 2 and 3 for the next group you want to show. 5. In the 'Criteria' tab, you can add a 'Formula (Numeric)' criteria with the formula
CASE WHEN {groupfield} = 'Group1' THEN {summaryfield} END
for the first group and
CASE WHEN {groupfield} = 'Group2' THEN {summaryfield} END
for the second group. Replace 'Group1' and 'Group2' with your actual group values, and replace 'groupfield' and 'summaryfield' with your actual field names. 6. Set the 'Formula (Numeric)' criteria to be less than or equal to 5. Please note that this will only work if your groups have distinct values. If they don't, you may need to adjust your criteria or use a different method. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812134147
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.80872494
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.807021797
Please provide your feedback on this answer.