Apologies in advance. This is probably no brainer stuff, but I am brand new to Alteryx. I am basically exporting a data dump from our accounting journals. My end result goal will be to show journal accounting details for control numbers that do not balance to 0, sorted by control number.
My progress so far is as follows:
- filtering [journal] and [detail desc]
- sorting by [control]
- filtering duplicate data [control] - had to use a custom macro from this board in order to get this to work, since the built in unique tool was not filtering truly duplicate data.
- summarize, group by [control], and sum [posting amt] to create a new column field [balance]
This is where I am stuck. I am not sure the best way to go about this. My end result should be to remove all the posting detail that has a 0 balance, and keep all the posting detail that != 0.
Thanks in advance for your help.