Viewing 9 posts - 16 through 24 (of 24 total)
I actually just did that as i got your reply, getting back the correct data with that code as well.
June 27, 2011 at 10:22 am
Ok so i've run the profiler and it's definitely passing in the correct data to the stored proc.
Where do i go from here?
June 27, 2011 at 10:15 am
Just to be clear you mean the dev reporting server?
Unfortunately i may not have access to this so i might have to get someone else in my department to...
June 27, 2011 at 9:28 am
I've not used profiler before. I've got it up, i'm just not sure how to run it. I can't find a good "How To" example on the web.
Am i...
June 27, 2011 at 9:19 am
srichaitya (6/15/2011)
"Conversion failed when converting datetime from character string"
The query in the dataset1:
Select f1,f2,f3
from tablename
where date=@Year and date=@Monthname
dataset2:
select datepart(yyyy,date) from table
dataset3:
select datename(month,date) from table...
June 20, 2011 at 2:07 pm
I ran into this problem a little while ago and mine had to do with permissions and how i had granted permissions within the stored proc of the report. So...
June 16, 2011 at 1:39 pm
The problem i believe you're running into is that it's a calculated field. You would be able to do your calculation in say a text box or something of that...
June 16, 2011 at 1:37 pm
On this i think you would simply just need to drag your names field into the area of the chart where it says "Drop Series Field Here" and your other...
June 16, 2011 at 1:28 pm
I'd say try a matrix or tablix and group by Publications.
Then for the report title, you coul try something like
=Join(Fields!Publication.value, ", ")
or whatever your publications field name...
June 16, 2011 at 1:20 pm
Viewing 9 posts - 16 through 24 (of 24 total)