Many developers coming from other languages, comes with an expectation that AL is behaving like C# or Python. In this video, I show how if statements are evaluated.
Category Archives: Dynamics NAV
Building a P&L in Power BI
I blogged about how to Build a P&L With Power BI back in April 2020, and the response from my readers was great. Several people asked how to add percentages such as % of net sales revenue, % gross profit, etc. into the P&L. I decided therefore to do a follow up article to show how you could add percentages to the P&L and also to further demonstrate how I go about solving such problems. Keep in mind, there is rarely one way to solve a problem in DAX; I’m simply sharing the way I solved this problem.
Dynamics 365 Business Central mini tips: How to Determines the table relationship of a given field (Record.Relation Method)
Today I would like to share another mini tip of Business Central. How to Determines the table relationship of a given field. In other words, how to get the table number of the field where the TableRelation is set.
The Mad Doctor’s Lab – App File Dissection
In this video, I take a look at what’s inside the app files we creating when compiling extensions for Business Central.
How to add a field to Business Central
In this video, I walk through the process of adding a field to Business Central, all steps explained. This is also an intro to Business Central development.
Speed up BC container creation
This is probably going to be a short blog again and chances are high that you already know what I am going to share. But if your are like me and did not know this little trick, its going to save you, and maybe your team, quite some time!
We’re building a Benchmark App
One thing I have always missed in Business Central is a simple performance indicator, something I can run and get a simple score for my system. So I have started building an app for that, and I would love for you to participate. I have written the first part of the app, open-sourced the code and hope that you would like to be part of this. Check the video for all the details.