Forum Replies Created

Viewing 15 posts - 181 through 195 (of 309 total)

  • RE: Query issues?

    I ended up adding a non-clustered index and it went from 11000 logical reads to 3 logical reads.

  • RE: unable to connect or ping the server.

    Resolved. 😀

    Had some issues with the network. Network admin had to tweak something, but it is working fine and I am able to connect.

  • RE: Calculated Field/Column

    :unsure:

  • RE: Calculated Field/Column

    New Born DBA (6/17/2014)


    This is a strange behavior. I don't know what I am missing? It is showing month+year for all the months except January: unsure:

    See attachment:

    I see what the...

  • RE: Calculated Field/Column

    This is a strange behavior. I don't know what I am missing? It is showing month+year for all the months except January: unsure:

    See attachment:

  • RE: Calculated Field/Column

    thomashohner (6/17/2014)


    Try this in your SQL query then feed it into your report.

    DATENAME(MONTH, Requested_Start_Date)+ ' ' + DATENAME(Year ,Requested_Start_Date) AS MonthYear

    Can't try that in my query since I...

  • RE: Calculated Field/Column

    thomashohner (6/17/2014)


    Try this in your SQL query then feed it into your report.

    DATENAME(MONTH, Requested_Start_Date)+ ' ' + DATENAME(Year ,Requested_Start_Date) AS MonthYear

    I don't know if I am supposed to...

  • RE: Calculated Field/Column

    pietlinden (6/16/2014)


    Like this...

    =MonthName(Month(Fields!DueDate.Value)) & " " & Year(Fields!DueDate.Value)

    just change DueDate to your field name.

    Thank you so much. It worked.

  • RE: Calculated Field/Column


    Not being familiar with SSRS

    Me Neither


    it looks like you just need to concatenate a space and the YEAR value of Requested_Start_Date.

    How would I do that. I mean what would...

  • RE: How to avoid duplicate values?

    thomashohner (6/10/2014)


    I am the noob here but when I create a Parameter for a query I find the table that just has say the assignees or users or location...

  • RE: How to avoid duplicate values?

    Luis Cazares (6/9/2014)


    Why do you have so many columns?

    It's normal that you get an error if you're using distinct and ordering by a column that's not returned in the select.

    You...

  • RE: How to avoid duplicate values?

    Luis Cazares (6/9/2014)


    How do you get the parameter list? Is it a query where you could you simply add a DISTINCT?

    When I run a query without DISTINCT, it works fine...

  • RE: How to avoid duplicate values?

    Luis Cazares (6/9/2014)


    How do you get the parameter list? Is it a query where you could you simply add a DISTINCT?

    This is what I did. (see attachment)

  • RE: How to add parameter in the report

    I was able to create a parameter but there are some issues I am running into and wondering if I can get some help from the community? I also included...

  • RE: How to add parameter in the report

    Sure, I will try to give you as much information as I can.

    I have this report which I created but my manager wants to be able to sort it out...

Viewing 15 posts - 181 through 195 (of 309 total)