Tags:
create new tag
view all tags

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

TWiki version: TWikiRelease04x01x02
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: AIX 5.2
Web server: 2.2.4
Perl version: 5.8.2
Client OS:  
Web Browser:  
Categories: Forms, Search

-- AlexPeay - 01 Aug 2007

Answer

ALERT! 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

Change status to:
Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2007-09-01 - CrawfordCurrie
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.