Forum Replies Created

Viewing 11 posts - 31 through 41 (of 41 total)

  • RE: Where are you?

    tosscrosby-60625 (3/12/2010)


    Josh B (3/12/2010)


    Just out of curiousity, what part of Minnesota are you fishing?

    The town of Cass Lake (specifically fishing on Leech Lake), near Walker and Bemidji. Been going there...

  • RE: Where are you?

    Just out of curiousity, what part of Minnesota are you fishing?

  • RE: Where are you?

    The Twin Cities of Minneapolis and St. Paul, MN.

  • RE: Talking baseball

    The Metrodome has to be at the top of the worst places to watch a game list...not sad to see the Twins move at all....

  • RE: Sql Service Agent Timeout

    Might not be related, but in the past when I've had timeouts in viewing job history it's been as a result of an Async_Network_IO wait type.

  • RE: Group by as part of a where clause?

    How about using the Having clause to pull only those with a count > 2...

  • RE: IIF Statement in the Field Box

    You could try this...

    IIF(field!.number.value = 0, field!letter.value, field!number.value)

    You'll have to have a true and false option for the IIF statement.

  • RE: Problems with Calendar Control

    In your report parameters you don't have this set to have available values From Query do you? I think that should stay as Non-Queried.

  • RE: Checking for more than 3 fields in the report expression.

    The error is coming from your code? I think your IIf statement needs a final qualifier...

    =IIF(Parameters!PeriodToDate_Parameter.Value ="MTD",

    IIF(Fields!Gross_Profit_MTD.Value <> 0 Or

    Fields!Adjusted_Gross_Profit_MTD.Value <> 0 Or

    Fields!Adjusted_AGP_MTD.Value <> 0 Or

    Fields!Product_Sales_MTD.Value <>...

  • RE: Checking for more than 3 fields in the report expression.

    It may work to add an expression to the visibility of the row. Something like iif(nothing, true, false).

  • RE: Parameters

    You should be able to add a textbox to the report and then in the expression builder you select the parameters that you want to display.

Viewing 11 posts - 31 through 41 (of 41 total)