Alteryx Iterative Macros

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024

ความคิดเห็น • 26

  • @sharonpaschalmba5268
    @sharonpaschalmba5268 3 ปีที่แล้ว +1

    Very clear, concise and helpful mini-series! Going to share with my team! Thank you!!

  • @arunprabhu6116
    @arunprabhu6116 3 ปีที่แล้ว

    This is video is Marvellous, so much clarity towards the topic. This is one of the best video for learning the Iterative macro. Kudos to channel.

  • @amitojsingh3489
    @amitojsingh3489 3 ปีที่แล้ว

    Hi Molly, many thanks for sharing this video, this was very useful, I am in the process of building a logic which requires me to loop through a few steps until a condition is false, so i will try to use this as a good starting point. Thanks for walking us through

  • @brunocordova5808
    @brunocordova5808 ปีที่แล้ว +1

    Muy claro el concepto. Excelente video. Felicitaciones!

  • @neelimakammila7891
    @neelimakammila7891 2 ปีที่แล้ว

    Thank you for the wonderful videos :) :) Waiting for more video's to enhance the skills in Alteryx.

  • @danishimam1461
    @danishimam1461 3 ปีที่แล้ว

    Great tutorial, short and precise. this is just what i was looking for. Thanks a lot.

  • @avikrishna4325
    @avikrishna4325 3 ปีที่แล้ว +1

    Explained it really well....Thanks

  • @sankimalu
    @sankimalu 3 ปีที่แล้ว

    Marvellous series. Learnt so much in a really short time span. Thanks a lot.

    • @theinformationlab
      @theinformationlab  3 ปีที่แล้ว

      Great to hear! Thank you for taking the time to feed that back

  • @TheCarlBrink
    @TheCarlBrink 2 ปีที่แล้ว

    Such a great explanation on the topic

  • @TheRush05
    @TheRush05 3 ปีที่แล้ว

    Thanks for this. I am trying to build a rolling StDev and it is causing a lot of grievances.

  • @jaicotman7434
    @jaicotman7434 5 หลายเดือนก่อน

    How would one write this same iterative macro to call down data from a live database in chunks to then run through your workflow and then write data in chunks? Is there a tutorial on that use case?

  • @AyushKhandelwal-rh4tl
    @AyushKhandelwal-rh4tl 4 หลายเดือนก่อน

    If we need to calculate last cash flow to achieve the specific IRR rate, given we have the dates and cash flows

  • @SebAnt
    @SebAnt 3 หลายเดือนก่อน

    Very helpful tutorial

  • @AyushKhandelwal-rh4tl
    @AyushKhandelwal-rh4tl 4 หลายเดือนก่อน

    what if we need to calculate the last cash flow need to achieve a specific IRR rate give the cash flows and dates

  • @datavizenthusiast3560
    @datavizenthusiast3560 3 ปีที่แล้ว

    Thanks a lot for these helpful videos !

  • @sagarsawant4656
    @sagarsawant4656 3 ปีที่แล้ว

    Very well explain its really help me.. Thanks

  • @Sanjay-TheExplorer
    @Sanjay-TheExplorer 2 ปีที่แล้ว

    Not sure what I am doing wrong, video didn't helped me to get a fair understanding of what we are doing in certain scenarios and also the last files when we're trying to insert macro in alteryx tool

  • @Monduras
    @Monduras ปีที่แล้ว

    Is there any way that I can loop over a set of columns and do the same calculation on each column?

    • @theinformationlab
      @theinformationlab  ปีที่แล้ว +1

      Hi Monduras, If you want to do the same calculation on a set of columns, the simpler option would be to use a Mutli-field formula Tool. We recently uploaded a video explaining the tool: th-cam.com/video/ceFXqC1Djqo/w-d-xo.html.
      The basic set up is to specify which columns to do the formula on with the list of check boxes at the top of the configuration pane. Then at the bottom of the pane write the formula you want to act on each column. If you want to specify the selected field you can use [Current Field] in the formula. Further information can be found in this blog: www.thedataschool.co.uk/nathan-purvis/using-the-multi-field-formula-in-alteryx/
      Let us know if this helped!

    • @Monduras
      @Monduras ปีที่แล้ว

      @@theinformationlab thank you for the great response, the problem I have with multi tool is it doesn't allow me to use previous rows in the formula, so i can't make a dynamic rolling average.

  • @himanshupathak5023
    @himanshupathak5023 3 ปีที่แล้ว

    Nice video but I am getting output in the Iterative Output Anchor

  • @ossamaahmed6028
    @ossamaahmed6028 ปีที่แล้ว

    great tutorial, i have one issue if any one finds a solution please share it with me
    when using number of years by a constant number say like 5 the macro reaches whenever I'm using an input of any number containing 5 ! same with other numbers if you use 1 it reaches max when using any input that contains "1" like 12 but it works with any other numbers like 99!

    • @theinformationlab
      @theinformationlab  ปีที่แล้ว

      Hi, it sounds like the configuration of your filter tool inside your macro may be using a Contains() function instead of an equals sign. This would definitely cause the macro to reach its iteration limit when the iteration number reaches a value which contains the digit used as an input to the macro. Check to see if this is the case in your macro. If it isn't then please give me some more details of how your filter tool is set up inside the macro?