Forum Replies Created

Viewing 15 posts - 436 through 450 (of 2,278 total)

  • RE: OnError Event/Row redirection

    Don't quote me but I believe if you are redirecting rows to an error output then it needs to be handled in the dataflow. The OnError is triggered by...

  • RE: Report Error message

    You say you have the parameters set up like this:

    [AccountCode] [AccountCode]

    [StartDate] [@StartDate]

    [EndDate] [@EndDate]

    Shouldn't it be like this:

    [AccountCode] [@AccountCode]

    [StartDate] [@StartDate]

    [EndDate] [@EndDate]

  • RE: SSRS Expressions

    Assuming this formula is happening on multiple rows within the detail of the report. Try something like this:

    SWITCH(count(fields!id.value) <= 50,"1-50",count(fields!id.value)<=200,"51-200",count(fields!id.value)<=500,"201-500",1=1,"Greater than 500")

  • RE: Question about locating deployed report

    In the report project properties you should see all the deployment targets. These must be filled in to deploy. Once deployed there is no file deployed so there...

  • RE: duplcating subreport SSRS 2008

    Are you actually getting 2 sub reports, or is the data showing twice in one sub report?

  • RE: Today's Random Word!

    anthony.green (5/28/2012)


    SQLDBA360 (5/28/2012)


    anthony.green (5/25/2012)


    crookj (5/25/2012)


    anthony.green (5/25/2012)


    Ray K (5/25/2012)


    SQLRNNR (5/24/2012)


    crookj (5/24/2012)


    Daniel Bowlin (5/24/2012)


    anthony.green (5/24/2012)


    Ray K (5/24/2012)


    SQLRNNR (5/23/2012)


    Revenant (5/23/2012)


    tiger

    Survivor

    Foreigner

    asylum

    records

    I Want to Know What Love Is

    Shakespeare's Sister

    Whistler's Mother

    Mr Bean

    Mr Bill

    Bill and Ben the...

  • RE: ssrs repeat page header not rowheaders

    Does your report have a header right now or just a body? If no, go to report properties >> Add Report Header and drop your header elements there.

  • RE: Today's Random Word!

    anthony.green (5/24/2012)


    Ray K (5/24/2012)


    SQLRNNR (5/23/2012)


    Revenant (5/23/2012)


    tiger

    Survivor

    Foreigner

    asylum

    records

  • RE: Fuzzy Lookup Transformation

    Ah, it is not that you don't have it now, it is that you won't have it after the upgrade. That is unfortunate.

  • RE: Today's Random Word!

    L' Eomot Inversé (5/23/2012)


    SQLRNNR (5/22/2012)


    slot

    machine

    one armed bandit

  • RE: Transactions 2

    I agree with some of the other posts that express frustration that this is the default setting that seems rather contrary to an explicit transaction.

    So the take away...

  • RE: extra blank page in print layout

    Use this formula to make sure your data is not spilling over onto a blank page.

    body size + left margin + right margin <= page width.

    You can get...

  • RE: SSIS package Dynamic scheduling

    I would probably create a master package that checked for the existence of the updated data and schedule it to run maybe every 5 minutes. If the data is...

  • RE: Today's Random Word!

    SQLDBA360 (5/22/2012)


    mmmmmmmmmm

    donuts

  • RE: Print Layout button not visibe

    I am not sure the print layout is what you want, it sounds like your columns have their visibility turned off. Right click on the column and go to...

Viewing 15 posts - 436 through 450 (of 2,278 total)