I need to look at data at a state level and any state that has net aggregate amount of less than zero needs to be filtered out and treated differently. Currently I have a Summarization tool that Groups by State and then Sums the amount. Then I put that through a filter tool to break out which states are less than 0. I need to use the states that output as less than zero as a filter for the original pre-summarized data. For example from my summarized data and filters described above I have determined that TN and KY are in aggregate less than zero so going back to my original data set before any summarization, I want to be able to filter the data so TN and KY transactions are separated from the rest. I How can I get those states to be values to filter by in my transactional level data?