As of build 2762 of InFront 3.2 we have added an api endpoint to export a given report or dashboard as an image. Continue reading
Category Archives: InFront
Custom report menu links
As of build 2762 of InFront 3.2 we support creating custom links behind the gear icon on every report. The functionality is configured by entering an anchor tag <a ….. />, or a plugin name e.g. <mycustomlink>, on the report property called “Menu custom HTML or plugins”.
Example : The following value :
<a href=”http://www.profitbase.com”>Profitbase link</a>
Will result in a report menu looking like the following:
In the bottom of the report menu we now have a new link that on click will open a new tab in your web browser leading to the www.profitbase.com web site.
If more advanced functionality is needed including dynamic content and translation, a plugin must be defined configured into the given property
Using the ValueBar plugin
The ValueBar plugin has the ability to display a percentage value and a bar representing this value within one cell of the data presentation grid.
Custom caption
With the introduction of InFront 3.2 we have made it possible to override the column and row header caption. On the row and column axis in the report designer there is a new property field “Custom caption” where you are able to write a c# method that will be executed for each column/row on the axis. Continue reading
Header Filter Report
A header filter report is a report where the filter selection is made in the column header instead of in the filter menu.
Card Mode – divide, conquer and integrate
InFront Card mode enables integration of InFront into a different webpage/system. The ‘mode’ is enabled by adding “home/card/” to the base url.
Example:
http://localhost/infront/home/card/
When using this mode, all surrounding elements to the data will be removed. This means, no menu, no bookmarks, no filter selections, no header section, no bottom section. The only part that is left is either a dashboard with its content or a report with its content.