Hi all,
I have 2 related questions: 1) I am trying to write a report that will show all tickets with "changetime" smaller than a given date. For example: 1/1/2009. My report works fine, besides the date part. I have tried writing the following: changedate <= '2009-01-01' in all sort of way with no luck. How can I make date comparisons work in Trac reports? 2) I want the date (from part 1) to be a dynamic parameter to the report. As far as I understand this can be done by doing something like: $MY_DATE. But I want this date to be some "system" variable that will be "auto-calculated". Actually this date should be the last date of the build put in Test (QA) environment. This way I want to be able to show all closed tickets that are already in Test environment. I have the date value of the last build in some text file. Is there a way of reading the last build date from a text file and sending it as a parameter to the report? Thanks in advance. Guy. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
