How to Track Report Usage with the New Jedox Logs API
Monitoring how your Jedox reports are used is one of the quickest ways to understand adoption, improve usability, and spot training needs. With the new Jedox Logs API, you can finally extract clean, structured data on which reports are opened, by whom, and when, all without digging through raw log files.
In this beginner‑friendly guide, we’ll walk through how to capture report‑opening statistics and store them inside your Jedox database for analysis.Our goal is simple - Track report openings.For each date, list which user opened which report and how many times.
To make this analysis possible, we prepare a small collection of dimensions:
Day - Template
User - via ETL
Report - via ETL
Counter (the number of times the report was opened) - Just simple dimension
…and we store everything in a cube called:
Report_Statistics
You’ve already created these objects in your database — great! Now let’s look at how the Logs API helps us fill them automatically.
Step 1: Getting Data from the Jedox Logs API
The new...
