Hi all:
I use Alteryx every day and I love the tool. One of my hurdles has been Macros. Simply put: they're confusing to me. And all the instruction I've found online gives me fish, but no instruction on how to catch those proverbial fish myself.
I may have a use-case for a simple macro, but I just can't seem to figure out how to get this working. Here's my use case:
I often use a combination of filter/browse in my workflows to identify one item out of thousands as a reasonable, rational way to see if the workflow is working properly. When many of my tables are literally 110 columns deep, it is nice to have this sort of granular look at just one item.
The way I've been tackling this for the last few months is to create a tool container with the Filter/Browse combo. But I thought to myself: can't I just make this a macro?
The attached yxmc is my attempt at this. So far, I'm incredibly (and frustratingly) unsuccessful at this. It's that whole fumbling-with-the-new thing we all deal with. I'm cool with that, but at a point, I just need to reach out for assistance. Winthin the workflow, I have a suer variable called ProdCd. This matches pretty much all of my workflows where this macro would be a part of it; I'd like to pass that variable from my workflow to this macro, but I haven't the slightest clue on how to make that happen. Also, it is notable that in this macro, the filter is not behaving in a way I would expect at all--it's not actually filtering anything at all.
My end goal is to have the output of this macro show up in the Results window as a quick audit tool that I could plop around my workflow as an abridged browse tool that is configured based on the product code I'm looking for.
I'd also appreciate any videos/tutorials that can reasonably explain the purpose and fuction of the interface tool. When do I use an Action tool? Why? When do I use the various interface tools and why? What's the difference between the Q, the diamond thingy, and the lightning bolt?
ALSO: When I use this thing in a workflow, it has an upside down question mark and unexpected items in the configuration. What is that question-mark thing and how do I use this guy?!
Thanks for your help!