Hi,
i've done some searching through the forums, but I think what I think I'm using the wrong words or the concept is a little nebulous because I don't think I've seen anything that matches closely what I'm trying to do.
I have 2 tables. Both are manufacturing bill of materials. Table A is a component. Table B is all components and the associated top level materials.
Just joining table A to B to return the results: no problem. There's a bunch more i have to do after the point, but not a big deal.
The catch is, there's intermediary results between A and B. These can be effectively passed through, where joining A->B results in an intermediary material, requery with B with the intermediary result, returning the next result. The catch is that this cycle could happen a bunch of times and I really have no way of knowing how many times in advance.
I've written batch macros before. It sort of fits here, that I could just write a batch macro, drop it on the page 10 times and cross my fingers, but I'd really like to find out how I can best do with this Alteryx.