Viewing 15 posts - 31 through 45 (of 172 total)
I would do this with a CASE statment in the SQL query, something like:
CASE WHEN EmpLevel IN ('Non Pmnt', 'Exclusions') THEN 'Temp' ELSE 'Regular' END AS EmployeeType
and then create a...
November 14, 2013 at 6:58 am
Oops, I choose (in my mind) the correct answer, and clicked with my, evidently uncoordinated hand, the incorrect choice and hit submit.
Regardless of my shortcomings (a.k.a. excuses), good...
November 8, 2013 at 7:48 am
Are you attempting this using the SSIS Import and Export Wizard under the Project menu item of BIDS?
November 6, 2013 at 2:29 pm
Give this article a read.
November 5, 2013 at 6:45 am
Does it work if you deploy the report to the report server?
November 5, 2013 at 6:40 am
Elizabeth,
When you say "appear on the next line", are you referring to the next parameter, or is the customer number going to be in the header along with the name?
November 5, 2013 at 6:37 am
I could be wrong, but I can't imagine Microsoft has any vested interest in or requirement to be browser agnostic with regard to out of the box install of SSRS....
November 5, 2013 at 6:27 am
I would probably use the merge join to pull all the records into a staging table and then do additional manipulations via creating a view, etc.
October 29, 2013 at 6:50 am
Check the Auditor field for missing values.
October 29, 2013 at 6:44 am
Depends on how much you want to pay. Any other version of SQL Server should work for you.
October 25, 2013 at 6:23 am
Viewing 15 posts - 31 through 45 (of 172 total)