Viewing 15 posts - 31 through 45 (of 102 total)
In ssrs 2008 you can try this. Hit design tab on report> click report>report properties> page setup > you can choose landscape or portrait radio button
June 15, 2012 at 7:24 am
Thank you sooooo much Grant, Dwain and Clive. This forum is awesome...
June 15, 2012 at 7:12 am
you can try,
(select * from dbo.SplitParameterValues(@Team,CHR(255)))
then in the tablix properties of your report> go to dataset properties> parameters
> add
= Join(Parameter!team.value,char(255)))
June 14, 2012 at 7:06 am
Thank you Everyone. Greatly Appreciate it. Learned a lot.
Thanks.
June 12, 2012 at 8:00 am
Thanks, how do I do it? In the dataset NAme or in the proc?
something like this?
@Pararm =Replace( Parameters!Param.Value, "'", "''" )
May 22, 2012 at 10:20 am
yes it is for sure on the report's end. Any idea how to fix that? thanks
May 22, 2012 at 9:02 am
Thank you Anthony,
I just tried that and saw what you are talking about
Actually there are some more details to the dataset. Please see below. there are multiple charts...
May 15, 2012 at 8:24 am
Thank you Anthony.
I think the series option second graph might work for me. How should I achieve that. I dragged and dropped amount field in Series area but my graph...
May 15, 2012 at 7:05 am
Thanks for the reply,
Actually the data need to be filtered as
dateordered between @start and @end
Shipped_on has no significance here...
May 11, 2012 at 8:57 am
Thanks for the reply
Yes, I did that , making date ordered a sepearte column as datetime and then inserting values in that, I filtered bad data as well using isdate()...
May 11, 2012 at 6:39 am
Viewing 15 posts - 31 through 45 (of 102 total)