Viewing 15 posts - 1,021 through 1,035 (of 2,278 total)
I agree a calendar/date table is the way to go.
I haven't tested the efficiency of this, but I suspect it is a bit more efficient than what you have listed...
July 29, 2011 at 2:56 pm
I assume that when you look at it online it has the number of pages listed, and when you look at the pdf it also has the number of pages...
July 29, 2011 at 2:18 pm
In my opinion, both. It is possible to run a data warehouse from an OLTP db directly without a cube. If you think about the term warehouse it...
July 29, 2011 at 7:43 am
Create a data driven subscription. I do this with dates all the time.
SELECT StartDateParm = DATEADD(dd,-7,GetDate()), EndDateParm = GetDate()
As you set up your subscription, you use StartDateParm and EndDateParm...
July 28, 2011 at 7:54 am
Fiddle with the report size and margins until you get a one to one match with pdf output.
July 28, 2011 at 7:49 am
bopeavy (7/28/2011)
Ray K (7/28/2011)
crookj (7/27/2011)
--------------------------------------------------------------------------------
Brandie Tarvin (7/27/2011)
--------------------------------------------------------------------------------
Spam.
This thread and The Thread are killing my inbox!
"Spam, lovely Spam, wonderful Spam." - Monty Python
"I'll have the spam spam of...
July 28, 2011 at 7:47 am
Try using the CONVERT function in your dataset rather than your report.
July 27, 2011 at 12:34 pm
You didn't give us much to go on with regard to the data you have to work with, but I would be inclined to do this in the dataset. ...
July 27, 2011 at 12:32 pm
One thing I did forget to mention is to refresh your preview. The dev environment will frequently hold data in cache to show a preview screen faster. After...
July 27, 2011 at 11:18 am
bopeavy (7/27/2011)
Brandie Tarvin (7/27/2011)
bopeavy (7/27/2011)
--------------------------------------------------------------------------------
Ray K (7/27/2011)
--------------------------------------------------------------------------------
WOTD: coffee
Tea
Green
Grass
Meadow
July 27, 2011 at 7:26 am
Use a matrix with your months at the top, your groups on the side, and your count as the data.
July 27, 2011 at 7:23 am
SSRS has the ability to filter data in datasets, so the first place I would look would be to see if the dataset is being filtered.
Next I would look carefully...
July 27, 2011 at 7:21 am
crookj (7/26/2011)
Ray K (7/26/2011)
Daniel Bowlin (7/26/2011)
SQLRNNR (7/25/2011)
crookj (7/25/2011)
SQLRNNR (7/25/2011)
FOG (horn)Foghorn Leghorn
PAY ATTEN....I SAY PAY ATTENTION SON 😛
Well I'm a chicken hawk, and I'm here to get myself a chicken!!!...
July 26, 2011 at 7:47 am
Viewing 15 posts - 1,021 through 1,035 (of 2,278 total)