You would have to make a custom plugin to do this. --Noah
On Jun 24, 2009, at 12:35 AM, zineb wrote: > > Hi all, > > I am trying to add a FORM to a report where user have to insert two > date times > Example: > > Choose delivery date between: DD/MM/YYY and DD/MM/ > YYYY Submit > > I would like to get those two values and insert them into the sql > query which permits to create the report. > > I tryed using this condition in my query : > AND (c10.value between 'date_start' and '.date_end' ) ( c10.value is > my the delivery date) > > But it doesn't work. > > Please could you help me????? > > Thanks, > > Zineb > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
