Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Standard macro execution based on List Entry /Checkbox selection..

arkimp
8 - Asteroid

I have created Two Standard macros . I need to execute those two macros based on the List entry / Check box analytical app selection (or any other analytical  app) . If i select one check box , it should execute only that particular macro . if both selected, it should execute both macros. Can someone help me on this..

6 REPLIES 6
IraWatt
17 - Castor
17 - Castor

Hey @arkimp,

You could do something like this:

IraWatt_0-1653231693357.png

Where each checkbox can disable a container which would stop the macro.

arkimp
8 - Asteroid

Thanks for the reply.  

 

in this case, if the check box is selected, container will be disabled.  can we make it to reverse?

If the check box selected container will be enabled, if not selected container should be disabled. 

IraWatt
17 - Castor
17 - Castor

Hey @arkimp,

Yes you can do this:

IraWatt_0-1653234206281.png

 

IraWatt
17 - Castor
17 - Castor

@arkimp there's an idea on the community to make this option a drop down if you want to support it by giving it a like Checkbox for Container option Check to enable\ d... - Alteryx Community

arkimp
8 - Asteroid

It is working.  Thanks for the quick reply. 

IraWatt
17 - Castor
17 - Castor

No worries @arkimp ! If you have any other issues make sure to post :) also click a green tick to any answered questions 

Labels