Modify ↓
Opened 17 years ago
Closed 16 years ago
#6354 closed enhancement (fixed)
Allow digits in dynamic variables
Reported by: | Owned by: | Remy Blank | |
---|---|---|---|
Priority: | low | Milestone: | 0.12 |
Component: | report system | Version: | |
Severity: | minor | Keywords: | dynamic reports |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
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 (0)
Change History (4)
comment:1 by , 17 years ago
Component: | general → report system |
---|---|
Owner: | changed from | to
comment:2 by , 16 years ago
Milestone: | → 0.12 |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
This looks simple enough, and it does make sense. I'll add it to my to-do list.