Ticket #6354 (closed enhancement: fixed)
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
Note: See
TracTickets for help on using
tickets.


