Sorry everybody, made a rookie mistake.
The issue was I was forgetting the "new query:" starter. Now, it seems the table syntax is just ignoring the columns I specify. Any idea why that might happen? For instance, If I do.. New query: [[TicketQuery(format=table,col=id)]] Shouldn’t that just return a list of all Ids? Instead I am getting the default column names no matter what I specify. Thanks in advance! On Monday, September 10, 2012 10:27:17 AM UTC-4, cornerstone wrote: > > Hi all, > I am new to the system and need some guidance. > I added a new report with this text as the query: > > > [[TicketQuery(format=table,order=due_date,col=id|ticket|summary|ticket_status|priority|owner|time|modified|due_date|reporter),group=ticket_status]] > > The compiler returns an error: > > unrecognized token: "]" > > Any idea why this isn't working? > Do I need to enable something in the configuration? > > Thanks!! > > > -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-dev/-/_d7KALuyoHsJ. 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.
