Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 2,278 total)

  • RE: Inception

    I think it was Edison that said:

    Genius is 1% inspiration, 99% perspiration

    For all the shower moments, just woke up moments, Snap moments, there are hours of hard work. Working,...

  • RE: Today's Random Word!

    How do you spell relief? F-R-I-D-A-Y:-D

  • RE: Customise DateTime display in report output

    Try this as an expression

    =FormatDateTime(YourDateValueHere,DateFormat.ShortDate)

  • RE: Today's Random Word!

    tosscrosby (8/4/2010)


    hypnagogic - especially right after lunch!

    This seems to describe way too many drivers I encounter on my way to work each day.

  • RE: Deprecated Features

    Even after a little bit of research I got it wrong. Tough question, thanks. More reading to do.

  • RE: Running value on formula field

    There is a simpler approach. Name the text box with the formula in the detail that works. For my example I will call it txtFormula

    In your group use...

  • RE: Counting Servers

    Data visualization is an area that is growing dramatically right now. I think it will be exploding in just a few years. I wouldn't be surprised to see...

  • RE: same stored proc being called in 12 datasets - report very slow

    In Report Manager go to the report.

    Go to the Properties tab and select Execution.

    You can cache the report, or render it from a snapshot to improve report run time.

  • RE: Unable to use multiple CTEs which are having counts....

    I have not used a multi valued parameter with cte in SSRS, although I don't see why it would create a problem. I would look at the area where...

  • RE: Add Line Break in SSRS Expressions

    I usually do it like this:

    =Fields!Losses.Value & VbCRLF &

    Sum(Fields!totvalue.Value) & VbCRLF &

    "(" & Sum(Fields!totvalue.Value)/Sum(Fields!totvalue.Value, "DataSet1")*100&")"

  • RE: Today's Random Word!

    Brandie Tarvin (8/4/2010)


    And my phrase for the day.

    "Official Secrets Act"

    HA!

    I am waiting for the Unofficial Secrets Act. It will be proof positive that everyone in government has lost their...

  • RE: Try it out..

    Great question. I love QoTDs like this. They make me think and maybe read a little to make sure I understand something. Best of all QoTD is...

  • RE: Today's Random Word!

    Brandie Tarvin (8/3/2010)


    Do you two live in the same area or is this just a major coincidence?

    Oh, another random word. Synchronicity!

    Symphonicity and Synchronicity.....same artist different times

  • RE: Unable to use multiple CTEs which are having counts....

    I use common table expressions in SSRS queries all the time and I have not seen this problem.

    What do you mean by uploading the report? Deploying from BIDS to...

  • RE: SSRS Multi-Value Prompt

    Try using split and/or join to turn the selections into an array, and then back to a string.

Viewing 15 posts - 1,951 through 1,965 (of 2,278 total)