Viewing 15 posts - 61 through 75 (of 102 total)
Jason Selburg (11/28/2011)
You'll also need to insert a space before the time portion.CDate(DateValue(dateadd("d",-1, Globals!ExecutionTime)) + " 04:00:00")
Thank you so much Jason. it was a typo and I added a space...
November 28, 2011 at 8:19 am
Finally I managed to do it. I had to modify my stored proc and used Inscope function in ssrs.
Greatly appreciate your willingness to help. I just couldn't explain whole...
November 21, 2011 at 8:34 am
Thanks.
=iif(Fields!ID.Value =5,
max(Fields!freq.Value), sum(Fields!freq.Value))
This is in the data cell of matrix
1,2,3,4 IDs are for c1,c2,c3,c4
C5 has Id =5
November 17, 2011 at 10:53 am
Thanks, I hope I could do that, but the company policies do not allow me.
November 17, 2011 at 10:42 am
I am using the same formula , you mentioned, to get all C5 values in my proc, so that I dont have to do any calculations in SSRS.
and I only...
November 17, 2011 at 10:33 am
Ninja's_RGR'us (11/17/2011)
What's the exact code you used?The error you get?
Or the wrong results vs the correct results?
MAtrix ! C1 - C2 - C3 - C4 - C5
----------------------------------------------------
11/2/2011 ! 1 -...
November 17, 2011 at 10:24 am
all C1 c2 c3 cr c5 columns come from one single column in my stored proc.
I have not been able to put the way you mentioned in SSRS. ...
November 17, 2011 at 10:10 am
Ninja's_RGR'us (11/16/2011)
SQL_Nw (11/16/2011)
Ninja's_RGR'us (11/16/2011)
DDS requires enterprise version.There's a way to fake that in standard but it's a pita.
Hi Ninja , I could not find data driven subscription tab in my...
November 17, 2011 at 10:00 am
Yes, but thats in 2005, in ssrs 2008 there are options of specifying landscape/portrait by hitting appropriate radio button , then one doesnt need to specify length/width
November 16, 2011 at 2:25 pm
Ninja's_RGR'us (11/16/2011)
DDS requires enterprise version.There's a way to fake that in standard but it's a pita.
Hi Ninja , I could not find data driven subscription tab in my report manager.
I...
November 16, 2011 at 2:21 pm
A million thanks...Your solution /data set query looks great. I am using your dataset query and have put subscription for testing.
I am not aware about data driven subscriptions. It...
November 16, 2011 at 10:00 am
Do you mean I need to make changes in stored proc? I cant do that.
How can I do it in ssrs only. Any leads please..
November 16, 2011 at 8:37 am
Thanks for your reply.
I added defaults for @report_start and @report_end as for yesterday 24 hours 00:00 to 23:59, but even If i schedule it every 8 hours, the report...
November 16, 2011 at 6:37 am
Viewing 15 posts - 61 through 75 (of 102 total)