Is there a way to dynamically enable/disable tool containers?
- 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
I am building a workflow that I use every month, and intend to roll over files.
I am trying to make it easier to roll over.
Is there a way/tool to enable/disable the tool container?
My file name will contain number of month, for example, "workflow 1" for January.
I can use formula [Engine.WorkflowFileName] to get the number of month.
So, if the workflow file is for January, I would like to diable my 11 other tool containers.
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @hlee36
Perhaps the Control Container is what you need, it was introduced with Alteryx 2023.1.1.200 Patch 1.
I am attaching two workflows based in your description, WF_Jan.yxmd and WF_Feb.yxmd, as your rule is driven by the workflow name (odd).
These workflows implement the Control Container which allow us to disable-enable the container at run time.
hth
Arnaldo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm not able to see what you built.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
beside what you want, I believe it should have another simple method to handle what you require, maybe can do with multiple rows, macro etc.
did you mind sharing what you want to do for different month? please share with example data of course.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
