Viewing 15 posts - 451 through 465 (of 2,278 total)
Constrain your dataset not to show the next month. If you can't do that, then put a filter the graph.
May 21, 2012 at 7:17 am
How about a filter on the chart of something like
WHERE Year > @YearParameter - 3
May 18, 2012 at 7:08 am
L' Eomot Inversé (5/17/2012)
crookj (5/17/2012)
L' Eomot Inversé (5/17/2012)
Revenant (5/17/2012)
crookj (5/17/2012)
SQLDBA360 (5/17/2012)
LaminatingPuncture
tire
wear out
Bald
delamination
peel
May 18, 2012 at 7:06 am
Looks like it will use JPEG, GIF, PNG, and BMP.
Easiest is to drag an image object from the toolbox onto the header (or where ever you want it), name the...
May 17, 2012 at 11:03 am
When you create the dataset, there is an option to use a SQL Command/query or a stored procedure. Choose stored procedure and you will get a drop down box...
May 17, 2012 at 10:59 am
I don't know that you will actually find what you need there, but I would start with the reporting services config files on the server.
May 17, 2012 at 10:57 am
ByronOne (5/17/2012)
I'm currently using the foloowing switch function:
=Switch(sum(Fields!YTDBudget.Value)/sum(Fields!YTDActual.Value) -1 > -2.5, "Green",sum(Fields!YTDBudget.Value)/sum(Fields!YTDActual.Value) -1 < -5.0 , "Red", 1=1, "Yellow")
This is returning GRENN for each of my indicators (they are...
May 17, 2012 at 9:23 am
SSRS will not build a stored procedure for you. First you have to build the SP in SSMS or somewhere and then use it in your report. I...
May 17, 2012 at 9:16 am
You have two options for show details, neither of which is a radio button.
The first would be to hide all the details on the report and allow the visibility to...
May 17, 2012 at 9:06 am
SQLRNNR (5/16/2012)
L' Eomot Inversé (5/16/2012)
Lynn Pettis (5/16/2012)
AntagonistAgonist
protagonist
anti-tagonist
May 17, 2012 at 9:03 am
A row number would be a useful addition to the flat file source component.
I think your best approach is another script component.
May 16, 2012 at 7:24 am
I am looking in BIDS for SQL 2005 right now and I see a fuzzy grouping transform.
May 16, 2012 at 7:09 am
I think one of these might give you what you want:
May 16, 2012 at 7:01 am
Brandie Tarvin (5/16/2012)
SQLRNNR (5/16/2012)
RBarryYoung (5/15/2012)
SQLRNNR (5/15/2012)
Brandie Tarvin (5/14/2012)
Daniel Bowlin (5/14/2012)
RegionalSectional
Couch
Slouch
Crouch
Barty
Jr.
May 16, 2012 at 6:57 am
Viewing 15 posts - 451 through 465 (of 2,278 total)