Skip to main content
Best answer by abhijeetbakare

used this solution to achieve what I wanted to.

 

 

2 replies

dan_ahrens
Expert ⭐️⭐️⭐️
December 3, 2021

@abhijeetbakare - it looks like you want to determine the MIN and MAX values for a given cohort of records and then show those MIN and MAX values on all records in that cohort, is that correct? 

 

If so, this can be done using two fetches, as you’ve shown, and then using a MERGE that has a merge on a field that is common to all records, which will allow the data from the second fetch (with the MIN and MAX values) to be appended to all records from the first fetch. 

VP of Customer Success at Forcepoint
abhijeetbakareAuthorAnswer
Helper ⭐️
December 6, 2021

used this solution to achieve what I wanted to.

 

 

Abhijeet Bakare