Question
I have a table (not form) in multiple topics that looks like this:
| Model |
modelfoo |
| Version |
versionfoo |
| Run ID |
runidfoo |
| Control |
controlfoo |
I would like to make a new table in a new topic that looks like this:
I assume it is possible (most things are so far with TWiki), but I cannot figure out how. Here is the search string I am currently using:
%SEARCH{ "\|.*\|.*\|" topic="GCMSensitivityTest2*" scope="text" regex="on" nosearch="off" nototal="on" multiple="on" format="$pattern(.*?\|.*\|(.*?)\|.*)" separator=" | " }%
The result from this is that all results in a row with |... ex:
| modelfoo |
versionfoo |
runidfoo |
controlfoo |
modelbar |
versionbar |
runidbar |
controlbar |
I would like 2 things different:
42 remove
some of the columns. The master table will have model,version,runid,control, but this view only has model,version.
42 each new topic returned should be on its own line in the table.
It is getting there, but not properly formatted... Any suggestions?
Thanks (
KM)
Environment
--
KenMankoff - 23 Mar 2005
Answer
See answer in
ConvertingFromFormsToTables
--
PeterThoeny - 28 Mar 2005