About
An iframe in combination with the go url give you the possibility to include in a table for instance a gauge.
Articles Related
How to
To do that you have to create:
- one analytics with one gauge (with “Custom” and not “Fit Canvas” size) and a filter on the data column.
- the final analytic with your table and one HTML column with for instance this text in the formula
'<iframe name="sparklineGraph" src="saw.dll?Go&Action=Navigate&path=path_to_my_analytics_with_one_gauge&col1=TheColumnToFilter&ViewName=dvtgauge!1&val1=' || TheColumnToFilter || '" frameborder=0
scrolling=no height=50 width=150>
</iframe>'
Documentation / Reference
- The sparkline dashboard page of the sample app