Form Pivot Plugin
Basic analysis of values for a
form used by the topics in a Web.
Plugin settings are stored as preferences variables. To reference
a plugin setting write
%_%, for example,
Link =ExternalSite:Page text to external sites based on aliases defined in a rules topic=
- Set DEBUG to 1 to get debug messages in
data/debug.txt. Default: 0
%FORMPIVOT{form="..." [fields="..."] [type="grid|count"]}%
If fields not specified, all fields in the form are used.
If type is "count":
- For each field, gives a break down of occurance of values in sortable tables.
If type is "grid":
- There should be two fields, each square in the grid produced will be the count of those topics containing the two values e.g. Bug and High Priority
This is a fairly simple initial implementation and probably doesn't yet deserve the designiation of pivot.
- Download the ZIP file from the Plugin web (see below)
- Unzip
FormPivotPlugin.zip in your twiki installation directory. Content:
|
|
| File: |
Description: |
data/TWiki/FormPivotPlugin.txt |
Plugin topic |
data/TWiki/FormPivotPlugin.txt,v |
Plugin topic repository |
pub/TWiki/FormPivotPlugin/formpivot-example.zip |
Simple example of using the plugin |
pub/TWiki//FormPivotPlugin/formpivot-example.zip,v |
Repository/revisions of example |
lib/TWiki/Plugins/FormPivotPlugin.pm |
Plugin Perl module |
|
|
|
- Test if the plugin is correctly installed:
- Extract test topics from attachment formpivot-example.zip
- See Sandbox.TestFormPivot? for the two types of pivot (assuming you extracting to the Test Web).
Related Topics: TWikiPreferences,
TWikiPlugins
--
TWiki:Main.JohnTalintyre - 15 Apr 2002
Topic revision: r7 - 23 Aug 2005 - 00:09:01 -
PeterThoeny