Hi,
I have a dashboard page with metrics. In this dashboard is a pie chart with a percentage. The percentage comes from a sql query that runs every few hours to calculate this percentage.
Now I want just this percentage of this on my xwiki page.
I thought of 2 options: either I import the number itself, use xwiki as a partial mirror of that piechart. ( Possibly with a {{include reference}} ? )
Or: I somehow manage to run the same query in the background of xwiki.
Either way, I don’t know how to do it, so any help is greatly appreciated.