Plugin Tracker Stat
Introduced in Tiki2
Use this wiki plugin to display some simple statistics about a tracker. You can specify which fields can be displayed. The plugin can be used several times on a same page with different trackers.
For a more advanced way to create a chart, please see: PluginPivotTable
Parameters
Tiki Doc From Code error: trackerstat not found
Warning
This plugin did not handle the "user selector" tracker field type until Tiki18.
Example
This code:
Copy to clipboard
{TRACKERSTAT(trackerId="1" fields="2:4" show_percent="y" show_bar="n" show_count="y" status="o|c|p|op|oc|pc|opc" show_link="n")}Title{TRACKERSTAT}
Would produce (if fieldId 2 is "My question", a radio field "yes, no" and if fieldId 3 is "And rate it", a drop down list)
Limitations
- It doesn't deal with some of the more advanced permissions of trackers. Use PluginPivotTable instead.
- Can't pre-filter data. Use PluginPivotTable instead.
Related pages