Category: Basics

December 19, 2024 4 mins read

Iterating Through 2024 - The Year in Debug Mode

The year is almost over, and it’s time to take a step back and reflect. In 2024, more than 50 articles were published on this beautiful blog site—most of them inspired by readers who continue to ask questions and suggest new topics. I want to express my heartfelt thanks for...

March 07, 2024 5 mins read

Taming JSON - How to use JPath in Peakboard scripts

JSON is the most popular data format for modern web and cloud environments. Peakboard applications often use JSON. For example, when calling an API and processing the response. A good way to extract the desired data from a JSON string is to use a JPath expression, rather than using basic...

August 29, 2023 4 mins read

Using Matomo's Reporting API with XML processing

Besides Google Analytics, Matomo is the gold standard when it comes to tracking and analyzing visitor behavior on a website. This article provides a short introduction to the Matomo Reporting API. This API provides access to the analytics data through different layers of aggregation. The best way to access these...

April 10, 2023 3 mins read

Dismantle Number Value Formatting

Please note, that the content of this article might not be aligned with the latest version of Pakboard designer or runtime but applies to an older version Displaying numbers in the correct format is one of the fundamental tasks of building a board. The basic features of number formatting in...