KnotKnick
06/05/2019, 8:11 PMsystemnotes.newvalue
field has 'Closed Won' regardless of the number of time it appears, in my saved search formula?Gregory Jones
06/05/2019, 8:18 PMGregory Jones
06/05/2019, 8:21 PMKnotKnick
06/05/2019, 8:26 PMCASE WHEN {systemnotes.newvalue} = ('Closed Won') THEN 1 ELSE 0 END
this is my function in the results and I am summing them. What I want to achieve: 1 if the systemnotes.newvalue has 'Closed Won' no matter how many times in that opp, else 0. However, right now, this is summing up to 5 if an opp has Closed Won 5 times in the system notes.Gregory Jones
06/05/2019, 8:30 PMKnotKnick
06/05/2019, 8:32 PMGregory Jones
06/05/2019, 8:32 PMKnotKnick
06/05/2019, 8:34 PMGregory Jones
06/05/2019, 8:45 PMGregory Jones
06/05/2019, 8:46 PMGregory Jones
06/05/2019, 8:46 PMGregory Jones
06/05/2019, 8:48 PMKnotKnick
06/05/2019, 9:31 PMGregory Jones
06/06/2019, 1:56 PMKnotKnick
06/06/2019, 1:58 PMKnotKnick
06/06/2019, 2:02 PMGregory Jones
06/06/2019, 2:07 PMKnotKnick
06/06/2019, 5:45 PMKnotKnick
06/06/2019, 5:45 PMGregory Jones
06/06/2019, 5:55 PMKnotKnick
06/07/2019, 2:22 PM