Excellent! Once the example was done, I found it a bit cleaner although a bit trickier to use Date.Month and Date.Year in the Queries saving some steps instead of having to add and remove helper columns. Nicely done either way!
@aaaexcelenglish11 күн бұрын
Agree 100%, thank you
@agostinhosubtil56918 күн бұрын
Another fantastic explanation. Thank you very much and good year 2025.
@aaaexcelenglish11 күн бұрын
Thank you so much and happy 2025 to you too
@sandipsoni404718 күн бұрын
Thanks this video solve real life problem
@aaaexcelenglish13 күн бұрын
Happy to hear that
@leosaghathan289519 күн бұрын
Very clear thank you
@aaaexcelenglish19 күн бұрын
You are welcome
@getsetgoo333419 күн бұрын
great tutorial
@aaaexcelenglish19 күн бұрын
Thank you 🙏
@fernandopaula762820 күн бұрын
Thanks! APQ 17 is not available?
@aaaexcelenglish20 күн бұрын
Not yet! 😁
@aaaexcelenglish20 күн бұрын
The Arabic version only
@sujanmdsiful19 күн бұрын
Why are you using so complicated method? You could just create two index columns. First column will start from 1, 2nd column will start from 0. Then you do merge query join from column first index and 2nd index. That's it. Super simple
@aaaexcelenglish19 күн бұрын
Good idea, what you are going to do if you have more than one product and more than one year?
@sujanmdsiful19 күн бұрын
@aaaexcelenglish I will use same method but I will add groupby step then all rows. In all rows column I will add these 2 index columns. Performance is faster
@aaaexcelenglish19 күн бұрын
Yes, it will work, perhaps with better performance. Thank you for sharing your thoughts