Viewing 15 posts - 646 through 660 (of 2,278 total)
crookj (3/6/2012)
JAZZ Master (3/6/2012)
eccentricDBA (3/6/2012)
WOTD - cantankerouscrotchety
vinegarish
persnickety
March 7, 2012 at 12:37 pm
That will work, but it will be several additional steps for every report you develop vs. a template.
March 6, 2012 at 7:46 am
Rather than use a text based query with EXEC spname, just set the dataset to use a stored procedure directly. There is an option in the dataset dialog box...
March 6, 2012 at 7:44 am
ByronOne (3/6/2012)
I have the following SWITCH function in my report:
=Switch(Fields!Result.Value >=92, "Green", Fields!Result.Value >=82 <92, "Yellow", Fields!Result.Value <82, "Red")
I've noticed that in most cases it works ok but sometimes...
March 6, 2012 at 7:41 am
I built and use a report template for all my reports that includes all the components I want in each report: logo, report title, parameter listing, report path, runtime, and...
March 6, 2012 at 7:33 am
Basically I do it exactly the same as you already have, but....
After I have 2 columns, I cut the data from the outer group and then put that data for...
March 5, 2012 at 1:43 pm
You need to set up your Columns parameter to depend upon the Project Title parameter
Basically in the Columns parameter you create your query with a where clause that is fed...
March 5, 2012 at 7:50 am
Ray K (3/5/2012)
Revenant (3/2/2012)
L' Eomot Inversé (3/2/2012)
SQLRNNR (3/2/2012)
Daniel Bowlin (3/2/2012)
SQLRNNR (3/2/2012)
degradeupgrade
downgrade
regrade
highgrade
low grade
Belgrade
March 5, 2012 at 7:42 am
When doing row groups I usually build the detail section of the report. Next I right click on the left edge (Gray area) of the row and say add...
March 1, 2012 at 2:19 pm
crookj (2/28/2012)
WOTD - preposterously
harebrained
February 28, 2012 at 8:29 am
The SSIS expression builder is not SQL, so first off I don't think Stuff will work. If it does, you need double " quotes not single ' quotes in...
February 24, 2012 at 11:38 am
Viewing 15 posts - 646 through 660 (of 2,278 total)