Viewing 15 posts - 1 through 15 (of 20 total)
I have a similar problem.
I have simple report and all the cells after exporting the report to excel appear wrapped in excel.
I want to know how can I turn...
January 25, 2013 at 12:58 pm
Here is what you need in your store procedure
declare @uptoMonth as int
declare @year as int
declare @LASTDAY VARCHAR(10)
declare @lear as int
set @leap = (select case datepart(mm, dateadd(dd, 1, cast((cast(@year as varchar(4))...
December 2, 2011 at 1:18 pm
DECLARE @LASTDAY VARCHAR(10)
declare @uptoMonth as int
declare @year as int
declare @lear as int
set @leap = (select case datepart(mm, dateadd(dd, 1, cast((cast(@year as varchar(4)) + '0228') as datetime))) when 2 then 1...
December 2, 2011 at 11:39 am
You have many to do this.
One of them is to create a table an fill it up with month and last day.
In the table just this two fields, MONTH and...
December 2, 2011 at 11:16 am
ODE may or may not be on the dataset result.
Actual always will be on the dataset result.
When there is no ODE data, there is no problem, only show one...
November 22, 2011 at 9:09 am
The report was working correct!! Just went wrong a few minutes ago!
November 9, 2011 at 8:19 am
Im trying to make an INSERT on a temp table.
November 9, 2011 at 7:59 am
Thank you very much!
I'm working on this query for almost a week!!!!
November 7, 2011 at 7:28 am
Here if you buy a book on amazon plus the shipping charge you save between 25% or 35% than the price that is here on Argentina.
But were losing focus on...
November 7, 2011 at 7:23 am
Yes we have of course, but the prices are extremely high.
For example: 1 us dollar(u$s) = 4,30 Argentine Pesos ($)
If a book on Amazon cost u$s40, you assume here is...
November 7, 2011 at 6:59 am
Yes, I was aware of that, but I'm from Argentina and our "dear president" (sarcasm) do not allow us to buy dollars or made transaction in dollars, so I cant...
November 7, 2011 at 6:16 am
Thank you very much, I use "all source" and it works!!!!!!
October 13, 2011 at 3:00 pm
I try a simple ctrl+v
I try a special paste, first values then format and viceversa and nothing, the color format change for example from a light blue to a bright...
October 13, 2011 at 2:38 pm
I already export the data to an excel file.
I have another excel file with a few sheets, I want to copy the data from the excel exported from ssrs and...
October 13, 2011 at 2:31 pm
Exactly.
I'll contact my client tomorrow for more information an update this post.
August 17, 2011 at 2:50 pm
Viewing 15 posts - 1 through 15 (of 20 total)