Forum Replies Created

Viewing 15 posts - 1 through 15 (of 20 total)

  • RE: SSRS experts:How to turn off wrap text when exporting to Excel from SSRS 2008 R2

    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...

  • RE: Last day of Month

    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))...

  • RE: Last day of Month

    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...

  • RE: Last day of Month

    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...

  • RE: SSRS 2008 Chart Question

    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...

  • RE: Error 601 SQL Server 2008

    The report was working correct!! Just went wrong a few minutes ago!

  • RE: Error 601 SQL Server 2008

    Im trying to make an INSERT on a temp table.

  • RE: Query Performance

    Thank you very much!

    I'm working on this query for almost a week!!!!

  • RE: Query Performance

    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...

  • RE: Query Performance

    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...

  • RE: Query Performance

    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...

  • RE: Changing format

    Thank you very much, I use "all source" and it works!!!!!!

  • RE: Changing format

    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...

  • RE: Changing format

    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...

  • RE: Exported Report from ssrs 2008 date format problem

    Exactly.

    I'll contact my client tomorrow for more information an update this post.

Viewing 15 posts - 1 through 15 (of 20 total)