Viewing 15 posts - 481 through 495 (of 2,278 total)
Are you doing this calculation in the header?
May 11, 2012 at 12:14 pm
It is likely a divide by zero or a divide by something that is not actually a number.
I would suggest the same solution as burninator, except I would use this...
May 11, 2012 at 7:14 am
I would probably approach this from the dataset side. I would consolidate my prior years into a single row in the dataset so that you ended up with data...
May 11, 2012 at 7:09 am
Unfortunately column width is not something that can be controlled by expression.
However, I think you could use two tablix, one with the extra 3 columns and the other without them....
May 11, 2012 at 7:03 am
The short answer is no.
The longer answer is that you can manipulate this to a certain degree. You can choose to leave the smallest of parameters blank and have...
May 11, 2012 at 6:56 am
Ray K (5/11/2012)
Hawaii (vacation planned for October!)
Now if you can only make it that far without bursting at the seams. 🙂
May 11, 2012 at 6:51 am
I saw a presentation last year at the Boston SQL Saturday on using the data profiling task to create a meta data definition that could be used later in a...
May 10, 2012 at 7:38 am
This wouldn't actually restrict them from using other formats from Report Manager but if you created a report subscription with an output format of PDF and emailed them the PDF...
May 10, 2012 at 7:25 am
Put it in the where clause of your query
WHERE age = 21
AND name = 'John'
Assuming you really don't just want to show 21 year olds named John but rather would...
May 10, 2012 at 7:21 am
It could be that I have been a little short on sleep the last few days, but your explanation still doesn't tell me why you can't use UNION.
However, your structure...
May 10, 2012 at 7:18 am
Output your data with a tick mark in front. 'data
This will tell Excel that the data is text.
May 9, 2012 at 10:27 am
Revenant (5/8/2012)
Daniel Bowlin (5/8/2012)
bcsims 90437 (5/8/2012)
Wild Thing
You make my heart sing
Don't look now, but your age is showing. I think I am going to have that ringing in my...
May 9, 2012 at 7:09 am
Why can't you use a derived column, or a data conversion transform to change the data to like formats and types and then use your lookup or merge join?
May 8, 2012 at 2:26 pm
bcsims 90437 (5/8/2012)
Wild Thing
You make my heart sing
Don't look now, but your age is showing. I think I am going to have that ringing in my head for the...
May 8, 2012 at 12:16 pm
Viewing 15 posts - 481 through 495 (of 2,278 total)