Viewing 11 posts - 31 through 41 (of 41 total)
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...
March 12, 2010 at 10:02 am
Just out of curiousity, what part of Minnesota are you fishing?
March 12, 2010 at 9:52 am
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....
January 21, 2010 at 1:57 pm
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.
January 20, 2010 at 9:07 am
How about using the Having clause to pull only those with a count > 2...
June 26, 2008 at 10:04 am
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.
May 29, 2008 at 2:29 pm
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.
April 30, 2008 at 3:23 pm
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 <>...
April 24, 2008 at 12:50 pm
It may work to add an expression to the visibility of the row. Something like iif(nothing, true, false).
April 24, 2008 at 11:27 am
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.
April 23, 2008 at 4:27 pm
Viewing 11 posts - 31 through 41 (of 41 total)