Forum Replies Created

Viewing 12 posts - 16 through 27 (of 27 total)

  • RE: Current Date issue in where clause

    MysteryJimbo (2/22/2012)


    I dont mean to be pedantic but for accuracy I'd want to see this query as a between and in a stored procedure with default values so it can...

  • RE: Current Date issue in where clause

    Thank you all for the explanations. Makes perfect sense now. 🙂

  • RE: Current Date issue in where clause

    Hakuna Matata (2/22/2012)


    Try this :

    WHERE CONVERT(DATE,FM.Openeddate)=CONVERT(DATE,GETDATE())

    Jeremy... (2/22/2012)


    I am trying to write a query that pulls our new orders for the current day.

    Where FM.Openeddate = getdate()

    did...

  • RE: Current Date issue in where clause

    Lynn Pettis (2/22/2012)


    Jeremy... (2/22/2012)


    I am trying to write a query that pulls our new orders for the current day.

    Where FM.Openeddate = getdate()

    did not work. It...

  • RE: How to Remove Drilldown

    I figured it out. I had to select the group in question, go to properties, set hidden to false and toggle item to none. now the drilldown is gone.

  • RE: Conversion Failed Error

    ColdCoffee (2/17/2012)


    Jeremy... (2/17/2012)


    "2012-01-01 10:12:03.090" vs "Jan 13 2012 2:20AM".

    Is there anyway for this to work while keeping dates looking the same?

    This?

    CASE WHEN (

    SELECT MIN(dbo.GetLocalDateTimeFunc(FA2.ReceivedDate))

    FROM FileActions FA2

    WHERE...

  • RE: Conversion Failed Error

    Thank you! That appears to have worked. However, now the dates in that column are in a different format:

    "2012-01-01 10:12:03.090" vs "Jan 13 2012 2:20AM"....

  • RE: SSRS- How to remove pages and have continuous report

    SQLKnowItAll (1/18/2012)


    Jeremy... (1/18/2012)


    SQLKnowItAll (1/18/2012)


    Select "Report" in the properties box, go to InteractiveSize and change Height to 0.

    Is this in the BI studio? I'm not seeing "report" in the properties...

  • RE: SSRS- How to remove pages and have continuous report

    SQLKnowItAll (1/18/2012)


    Select "Report" in the properties box, go to InteractiveSize and change Height to 0.

    Is this in the BI studio? I'm not seeing "report" in the properties box. thanks.

  • RE: SSRS- How to remove pages and have continuous report

    Geoff A (1/18/2012)


    you can't. by default the page size is 8.5 x 11 and the report will fit onto that (or many pages) if needed.

    you can of course, change the...

  • RE: SSRS- How to remove pages and have continuous report

    Are you referring to maybe when the report has been exported to excel or PDF?

    I've seen it done in the past where when viewing the report in Internet...

  • RE: SSRS- How to remove pages and have continuous report

    Thanks for the help. I'm actually using the BI Studio to create reports. Also, the size of the report constantly changes so the height of the report would...

Viewing 12 posts - 16 through 27 (of 27 total)