I have a workflow that is evaluating account values over a given date range. On occasion there will be a scenario where an account value is > 0, then drops to 0, and then returns to > 0. When those instances occur, I need Alteryx to update the earlier, positive values to 0 and only retain the most recent set of consecutive, positive values for a given account - fund. Using the attached input file as an example, for account ABC - Fund1 I would like the 30.43 values (10/4 and 10/5) to drop to zero and retain the 31.08 (10/8 and 10/9) and 25.00 (10/10) values. I included account XYZ - Fund 2 to point out the solution needs to perform this evaluation at the account-fund level. Thanks.