Viewing 9 posts - 16 through 24 (of 24 total)
Hi Karl.
I tried that one too, and that's where I got the error from. If i leave out the convert(varchar(10)....,013) then it works fine. If I run the SP it...
June 14, 2006 at 7:41 am
Hmm, thanks Mark.. i'm getting somewhere (I think!). The report however won't even compile now with these changes. The new error is: "The conversion of a char type to a...
June 14, 2006 at 7:24 am
Got it. Thanks Mark. Works really well now
David
June 13, 2006 at 11:52 pm
Hi Mark.
Thanks for that article! Helps a lot, and would probably sort out some of my issues too. One thing though: when creating the FUNCTION on page two of that...
June 13, 2006 at 4:05 am
I used this as the Default Non-Quried Value:
=DateAdd("d", -(WeekDay(Today()))+1, Today())
Then in the query itself, I just reference the parameter as: to_date('&Parametername','MM/DD/YYYY')
(I'm querying an Oracle DB, so you will need to...
June 12, 2006 at 2:01 am
Sorry, to add this...
The problem seems to be that the code is not picking up the date selected at all.
In: WHERE LOG_DATE BETWEEN to_date('&Value1','MM/DD/YYYY') AND to_date('&Value2','MM/DD/YYYY') if '&Value1' is...
June 8, 2006 at 3:16 am
Found it on another forum.... I just disabled the Execution Account from Reporting Services Configuration and it all worked fine.
Thanks for your help anyway.
David
June 7, 2006 at 8:50 am
Hi. I've checked the Execution Account from within Report Services Configuration, and the username and password matches the UID in Active Directory.
Also, the reports are being run against an Oracle...
June 7, 2006 at 8:12 am
Viewing 9 posts - 16 through 24 (of 24 total)