Macros
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Team,
I am trying to create a batch macro to perform similar tasks for all values of a field but encountering issues.
PFA .
For example we have 3 categories in Superstore dataset and i need to filter them one by one and perform similar set of activities using macro.
Was trying but getting an error.
Thanks
- Labels:
- Batch Macro
- Macros
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@arvindjha2051
Since the input file sample was not attached, I can only imagine and I blieve we should check a few point as below.
- The Operand should be selected to Update the category name
- There are no variables depending on the Category, meaning there is no meaning with a Batch Macro.
- Data Type for "Test" Column shall be numeric, such as "Double"
- Since the Category name will be control meter, we better put a Unique tool before i anchor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks a lot.
What to do if we have in-db connection?
Because it gives an error it can be used only with standard macro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@arvindjha2051
I have never tried batch or iterative macro with in-DB connection.
I though, can undertand alteryx would try to prevent such operation since the the DB will be updated for every run, which perhaps not the best thing to happen.
