Forum Replies Created

Viewing 15 posts - 16 through 30 (of 84 total)

  • RE: Date query in SSRS

    excellent, has worked: many thanks

  • RE: Date query in SSRS

    thanks for the very quick reply. Is there a way to include seconds in expression 2, so it would read 30/11/2017 23:59:59 ?

    Thanks again

  • RE: Help with % calculation please

    andrew gothard - Tuesday, March 7, 2017 2:50 AM

    CAST(<Calculation> AS NUMERIC(6, 2))

    That did the trick:

  • RE: Help with % calculation please

    Jeff Moden - Monday, March 6, 2017 8:28 AM

    Luis is spot on about how this occurred.  As a simplification of what he...

  • RE: Help with % calculation please

    Thanks for the prompt and accurate response. Much appreciated.

  • RE: Fiscal Quarter

    I will check that out Drew; thanks for taking the trouble to reply.

  • RE: Fiscal Quarter

    Thanks for the suggestion.

  • RE: Tablix assistance please!

    Jeff Moden (8/16/2016)


    faulknerwilliam2 (8/16/2016)


    Dear Jeff

    A thousand thanks for your help and your taking the time and trouble to help with my query. Your solution has worked perfectly. I love the...

  • RE: Tablix assistance please!

    cad.delworth (8/18/2016)


    Sorry Jeff, No I don't have the spare time at work that you seem to have. What I posted was intended to show anyone with a basic knowledge...

  • RE: Tablix assistance please!

    Jeff Moden (8/18/2016)


    @faulknerwilliam2,

    I know you must be busy but any feedback on the questions below?

    Jeff Moden (8/16/2016)


    If you don't mind and if you have the time, I'd like to ask...

  • RE: Tablix assistance please!

    Dear Jeff

    A thousand thanks for your help and your taking the time and trouble to help with my query. Your solution has worked perfectly. I love the ranking element.

    I really...

  • RE: Tablix assistance please!

    Jeff Moden (8/11/2016)


    faulknerwilliam2 (8/11/2016)


    I am currently using SSRS 2008R2. This is the script I am using:

    SELECT

    a.name,

    DATENAME(M, a.Date) as Month,

    DATENAME(YEAR,a.Date) as Year,

    DATEPART(YYYY,...

  • RE: Tablix assistance please!

    Dear Jeff - thanks for getting back

    Code should be a.status = 'live';

    a.name is indeed the name of the product.

    Thanks.

  • RE: Tablix assistance please!

    Dear Jeff - thanks for getting back

    Code should be a.status = 'live';

    a.name is indeed the name of the product.

    Thanks.

  • RE: Expression in a report

    tripleAxe (4/18/2016)


    You could use the JOIN function to concatenate the values of the selected parameters.

    https://msdn.microsoft.com/en-us/library/ms157328.aspx

    And that is what I did:

    ="Top 10 contact reasons:" + " " + join(Parameters!Contact.Value,",")

Viewing 15 posts - 16 through 30 (of 84 total)