Does anyone have any experience with utilizing a join tool within a macro and configuring it to dynamically update the joined fields each time the macro is run? I tried to configure left and right join inputs separately but I cannot make it work (I used the Action tool with the List Box or the Drop Down tools to configure the joined by criteria).
Here is an example of what I am trying to accomplish. I want to configure the join tool within a macro to dynamically update the joined fields by utilizing two different join fields:
- Field/Criteria 1: match "ID Level 1" or "ID Level 2" from Dataset #1 to "ID" from Dataset #2, and;
- Field/Criteria 2: match "Qty" or "Amount" from Dataset #1 to "Qty" or "Amount" from Dataset #2.
I want these fields to be dynamic to allow me to switch the join fields (from ID Level 1 to ID Level 2, and Qty to Amount) outside the macro. Is this possible at all? Thank you
