I need to find a way to group or aggregate transaction amounts done on Saturday, and Sunday (or on a holiday) to show their total on the next business day, usually Monday. I have a list of transactions by account number and I need to aggregate the transaction totals for each business day, grouping them by date seems easy enough but how can I handle the weekends when I need to group Saturday and Sunday with the Monday totals? Any help would be greatly appreciated I work in DPS (Monarch Data Prep Studio)