Hi all,
I finally found a way to plot e.g historical trend charts on almost any numeric item field inside a report.
It uses the open source JS libraries jquery and http://www.jqplot.com/.
All you need to do is download the files an place the on your integrity server (or anywhere else in your network)
The recipe attached uses <integrity server installdir>\data\public_html\JS\jquery as installation point for jquery, and
<integrity server installdir>\data\public_html\JS\jquery\jqplot for the jqplot plugin.
Feel free to change the location according to you needs.
The report recipy attached use the given computed expressions of IM to fetch the historical data into a html table, and a bit of JavaScript magic in the browser does the rest.
Hope you enjoy it, and feel free to post screenshots of your own reports.
I'm curious about our results