Very nice tutorial...I like the detailed explainations...the only suggestion is at the early part of the video you need to revise the X=1 as the starting value for your VBA code, because your first line within the loop changes X to 2 (X+1), yet your returned result is zero.
In this case at the begining of the video, the value 1 in the VBA code is not present in the result and value 10 is present too. Nevertheless great explantion, thank for sharing
Pozdrav, odlican video. Kako da napravim slicno, ali da imam nekakve listu vrijednosti po kojima moram u svakoj iteraciji filtrirati po vrijednostima iz liste i napraviti transformacije kako bih dobio sve retke koji cine nekakvu uredenu tablicu. Kako da stavim da se u list.generate ne stavlja recimo sheet number nego vrijednosti iz liste koje su input u napravljenu funkciju po kojoj se filtrira sadrzaj?
Love it! Very detailed and well explained! Look forward to more videos. Your explanation of the syntax is very helpful too. As you mentioned it, do you have any material on handling nested records? Specifically best practices for dealing with JSON files? Perhaps in the next video?
Thank you Erik! We have more videos, amidst also about nested records, in our course and plan to release some of them to the public in the upcoming weeks!
First off, great video! I tried watching the video a couple times, but I still do not understand why the order evaluation is 1,2,4,3 instead of 1,2,3,4 at 14:35
Hi Informative contents. One request: Can you please share the source file with us that you used in the videos. It will be better for us to practice on it. Thanks.
Mind blown! I didn’t know M could handle this at all. Really helped me with a business problem I’m working on right now. Many thanks.
Very underrated content
Came looking for a solution to a problem
I'll check to see if this solves it
But thanks either way for such sharing this
Many thanks. In your VBA example, isn't X = 0 the staring point?
Isn’t excel will start from A2 cell with your code at 1:04 ?
Very nice tutorial...I like the detailed explainations...the only suggestion is at the early part of the video you need to revise the X=1 as the starting value for your VBA code, because your first line within the loop changes X to 2 (X+1), yet your returned result is zero.
Absolutely spot on. He could also move the x = x+1 after the Range("A" & x).value.
Wonderfully explained List. Generate - Looping Function and example could be good use case
Awesome explanation! Thanks!
It was really interesting and well presented.
Highly recommended...
Regards,
M
Great content, clearly expressed. Keep going!
Thank you!
Great video, clearly explained. Thanks for sharing and keep posting more videos like this!👍👍
In this case at the begining of the video, the value 1 in the VBA code is not present in the result and value 10 is present too. Nevertheless great explantion, thank for sharing
Very good 👍
Pozdrav, odlican video. Kako da napravim slicno, ali da imam nekakve listu vrijednosti po kojima moram u svakoj iteraciji filtrirati po vrijednostima iz liste i napraviti transformacije kako bih dobio sve retke koji cine nekakvu uredenu tablicu. Kako da stavim da se u list.generate ne stavlja recimo sheet number nego vrijednosti iz liste koje su input u napravljenu funkciju po kojoj se filtrira sadrzaj?
Love it! Very detailed and well explained! Look forward to more videos. Your explanation of the syntax is very helpful too. As you mentioned it, do you have any material on handling nested records? Specifically best practices for dealing with JSON files? Perhaps in the next video?
Thank you Erik! We have more videos, amidst also about nested records, in our course and plan to release some of them to the public in the upcoming weeks!
very insightful. thanks
Obrigado!
Good video, really helpful
First off, great video!
I tried watching the video a couple times, but I still do not understand why the order evaluation is 1,2,4,3 instead of 1,2,3,4 at 14:35
Thank you. You have saved me a bunch. I give you a like and a sub
You're welcome! glad you found the video useful!
@@ExceedLearning Yeah man I had to do api call to get data and didnt know how to loop
Hi Informative contents.
One request:
Can you please share the source file with us that you used in the videos.
It will be better for us to practice on it.
Thanks.
Hi, you can find the files we used in the video in the article on Exceed website. Link to the article is in the video description.
Oscar de la Hoya is very good at M language!
lololll .. r u real ? range A1 will be populate with 1 ? start with x=1 add 1 x=x+1 and u start with 1 on A1 ? loooool A2=2 is i fiirst point