nathang
Posts: 1
|
| Posted: 04/15/2008, 1:23 AM |
|
hello everyone,
i've a small question, perhaps someone has seen this before:
i've a report, with a filter who has, among other things, two parameters for date selection.
these dates are s_DateAfter and s_DateBefor (no e).
once the generate button is clicked the report sends 2 sql queries, exactly the same, one for a table, and the other for a chart. the 2 sql queries are as close to being copies as i could make them.
the table shows the results well, but the chart doesn't.
debugging lets me see that the parameters are replaced not with the values i assign to them, but to some kind of default value 1970 something..
the table however, has the true values there.
has anyone seen something similar with the charts?
thanks,
Nathan
|
 |
 |
|