Hello All,
I want to create a workflow where amount less than $100 should be filtered out only if it is less than $100for all the rows where key and code combination is same.
I want yellow highlighted rows in output.
Hi @noopurjain,
This is pretty common in Alteryx workflows. A Summarize tool is used to group the data by the desired fields and the amount is summed by those groupings. The summarized data is then Joined back to the original data on the grouped by fields after which a Filter tool can be used to get to the desired results. If needed the summed amount field can be removed from the results by using a Select tool (not shown).
@T_Willins Thanks! But I am not sure if it will work in case I have multiple occurrence of key and code. For example in this case if I have 10 rows with same key (ABC), code (DEF) and $20 amount for each.
@noopurjain Maybe you can provide a sample output so we can better understand the question here.
@Qiu Here is the sample output.