Edgewall Software

Ticket #6354 (closed enhancement: fixed)

Opened 12 months ago

Last modified 4 weeks ago

Allow digits in dynamic variables

Reported by: kirean@… Owned by: rblank
Priority: low Milestone: 0.12
Component: report system Version:
Severity: minor Keywords: dynamic reports
Cc:

Description

Currently the syntax for dynamic variables is: "The syntax for dynamic variables is simple, any upper case word beginning with '$' is considered a variable." according to TracReports.

I would like that to be extended to also accepting digits, like $C2M.

I did try to use this now as in something like:

[snip]
AND (milestone=$MSONE or milestone=$C2M)

That did though break the query, without error message, resulting in zero hits. (bug?)

What do you think, could it be ok to extend this syntax?

Attachments

Change History

Changed 12 months ago by anonymous

  • owner changed from jonas to mgood
  • component changed from general to report system

Changed 5 weeks ago by rblank

  • owner changed from mgood to rblank
  • milestone set to 0.12

This looks simple enough, and it does make sense. I'll add it to my to-do list.

Changed 4 weeks ago by rblank

#6728 asks for underscores in report variables.

Changed 4 weeks ago by rblank

  • status changed from new to closed
  • resolution set to fixed

Implemented in [7632].

Add/Change #6354 (Allow digits in dynamic variables)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from rblank. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.