Alteryx Batch Macros

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 14

  • @sathishkumarvp3686
    @sathishkumarvp3686 Рік тому +1

    Just followed the video and able to complete my use case.
    Wonderful. Thanks

  • @ramannakoli801
    @ramannakoli801 3 роки тому

    Very nice to understand with a small example. Like a lot. Keep it up.

  • @sathishkumarumashankar7724
    @sathishkumarumashankar7724 3 роки тому

    Excellent.. Everything is as it should be! Currently, I am running a alteryx worflow however it takes more time to run the workflow for 50 mins around. During this time, my laptop is hanged until the alteryx workflow completes the run. Can we eradicate this huge time by creating a batch macro or Other types (Standard or Iterative).. Since the data is huge.. Please share your comments or suggestions

  • @sankimalu
    @sankimalu 3 роки тому

    Another wonderful video. Keep up them coming...

  • @alwaysbehappy1337
    @alwaysbehappy1337 3 роки тому

    Hi, when I use product in control GroupBy Field I got same 27 records.

  • @datavizenthusiast3560
    @datavizenthusiast3560 3 роки тому

    Wonderfully explained ! Thank you very much !

  • @maskoff1111
    @maskoff1111 2 роки тому

    But this could be simply done by putting a join on 'Product' == 'Product' and then simply apply formula. I believe batch is required where one small segment of data need to be processed for each record of input of secondary data source and the need of Group shouldn't virtually exist (exceptions should be treated as exception). A new person may wonder that this is a simple case of join then why to use batch. Anyways good work.

  • @atsource3143
    @atsource3143 Рік тому

    Hi, can you please tell us how to use Batch Macro in Alteryx for pagination? Is it possible? Thank you

  • @i_a19
    @i_a19 3 роки тому

    Thank you, it's really helpful

  • @chiranjeevik5199
    @chiranjeevik5199 3 роки тому

    Thank you it was help full

  • @swapnilgharat7774
    @swapnilgharat7774 2 роки тому

    If I have a record number of rows, and I want to process them iteratively and in batches as well. So basically the process should process the data in batches but one batch after another like an iterative process. Let me know if you can help me with this.

  • @amitojsingh3489
    @amitojsingh3489 3 роки тому

    Hi molly, thanks for these vids, they sure are very useful, however I was confused about something, I have a specific trade date (1 date), i wanted to check that specific date against a list of static dates (holiday dates) and check whether that specific trade date is same as one of the holiday dates and if it is, i want to ideally increment my trade date by 1 and check that new trade date against my list of static dates (holiday dates), i want to continue doing this until my trade date is definitely not present in my list of static dates (holiday dates), How do I build this? should i use an iterative macro or a batch macro?