Question
I have set up a twiki with a main page that dynamically presents some of my teams general information. The Web is QA, I have a Topic named
QaMeetings, I then have subtopics (form based) called
QaMeetingAug1,
QaMeetingAug7 .... under the
QaMeetings.
I would like to present these meetings in the QA
WebHome page with the general team information. I would like one table with upcoming meetings (anything within the next month) and one table with past meetings (Anything from the last month).
I can list all meetings using:
| *Date* | *Time* | *Subject* | *Chairperson* | *Topic* |
%SEARCH{ "META\:TOPICPARENT.*\{name=\"QaMeetings\"}" type="regex" nonoise="on" format="| $formfield(Date) | $formfield(Time) | $formfield(Subject) | $formfield(Chairperson) | $topic |"}%
However I can't figure out how to separate the past meetings from the upcoming meetings. If anyone has any ideas I would appreciate it
Alex
Environment
--
AlexPeay - 01 Aug 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
You can't, using a text search. You might be able to use SpreadsheetPlugin to elide the past meetings, but it would be pretty hairy.
Alternatively you can wait for 4.2, which supports comparison operations on dates in searches.
--
CrawfordCurrie - 01 Sep 2007