| %FLUIDPIVOTS% Parameter |
Comment |
Default |
name |
The name of the new table created. |
"pivot" |
table |
Name of the source table. |
None; is required for all the tables |
web |
The web in which to find topic (specified below) in which to find the TWiki tables |
The current web |
topic |
The topic in which to find the TWiki tables |
The current topic |
rows |
Name of the column in the source table that it will represents the rows of the new table |
None; is required for all the tables |
columns |
Name of the column in the source table that it will represents the columns of the new table |
None; is required for all the tables |
data |
Name of the column in the source table that it will represents the data of the new table |
None; is required for all the tables |
operation |
Define the operation to process the data. (count,sum,average,max,min,var,dev) |
"count" |
visible |
Define what portion of the table should be visible.(data,col,row,all) |
"all" |
maxcol |
Define the maximum number of columns, grouping the less significant data in an unique column. |
"0" |
maxrow |
Define the maximum number of rows, grouping the less significant data in an unique row. |
"0" |
order |
Set how will be ordered the data (max,min,off) |
"max" |
cachetime |
Set the time in seconds that it will reside the cache. |
"0" |
ignorecache |
Set a maximum time to cache, after this time the table is regenerated even if data is unchanged. |
"1209600" |