Viewing 15 posts - 811 through 825 (of 2,278 total)
Revenant (11/3/2011)
SQLRNNR (11/3/2011)
L' Eomot Inversé (11/3/2011)
SQLRNNR (11/3/2011)
Daniel Bowlin (11/3/2011)
Smörgåsbord
Boardwalk
Walkout
Sit-in
Teach-in
1960s ( Does anyone else have the feeling that this decade is going to be a mirror of the 60s? )
November 4, 2011 at 6:38 am
You could also use a SWITCH
SWITCH(thiscolumn.this = "Y",what happens when it is Y,
thiscolumn.this = "N", what happens when it is N)
November 3, 2011 at 11:09 am
You would write this as
=IIF(thiscolumn.this = "Y",Put what you want to happen when the expression is true here, put what you want to happen when expression is false here)
November 3, 2011 at 11:07 am
I don't know for a fact that this is in here, but I would check the report.config file for a setting that controls that.
November 3, 2011 at 11:03 am
This indicates to me that you have trailing spaces on your data. Try adding RTRIM (I would probably also add LTRIM) to your data, or a TRIM to your textbox....
November 3, 2011 at 11:01 am
SQLRNNR (11/3/2011)
crookj (11/3/2011)
WOTD - ComplimentaryBuffet
Smörgåsbord
November 3, 2011 at 10:56 am
In a CSV file the name of the column headers are the names of the textboxes where the data resides in the report. If you go right click on...
November 2, 2011 at 9:49 am
If your parent group is based on Name, then add a header and put your name there instead of in the detail.
November 2, 2011 at 9:44 am
SQLRNNR (11/2/2011)
Revenant (11/2/2011)
SQLRNNR (11/2/2011)
L' Eomot Inversé (11/2/2011)
SQLRNNR (11/1/2011)
RameumptomZoramite
Google?
Mormons
Yup
mysticism
November 2, 2011 at 9:36 am
As far as I know the CSV is about as raw as you can get. What are the problems with the CSV format as the raw data?
November 1, 2011 at 2:47 pm
You want a table at the bottom, what do you want above the table?
November 1, 2011 at 7:17 am
crookj (10/31/2011)
WOTD - Ostentatious
Pretentious
November 1, 2011 at 7:15 am
To my knowledge there is not a transform in SSIS that would do this sort of field by field comparison natively, easily. You could use a Conditional Split comparing...
October 31, 2011 at 2:22 pm
I think you can follow two paths here, but I can't speak as to the best choice or many of the details.
1. Use SSRS Security Extensions to create a custom...
October 31, 2011 at 10:01 am
Viewing 15 posts - 811 through 825 (of 2,278 total)