Simple logging to a file

Sometimes it’s needed to have a simple logging mechanism, especially, if you want to find a hard to find bug, the exact place of the bug. For that i wrote a simple logging function. Add the fct. to a couple of code positions giving the current…

Dynamic Chart Titles In Power BI

As you probably know, charts (and lots of other visualisations) in Power BI have titles that can be set to any piece of static text. You can do this by selecting the chart, going to the Format tab in the Visualizations pane, then changing the properties…

NAV Add-In Editor

You can easily edit your javascript Add-Ins in a modern editor. It will decrease the time you are working on the javascript files by a lot since you don't have to zip your files and upload them manually via the RTC anymore. Bron : tegos GmbH…