Forum Replies Created

Viewing 15 posts - 1,801 through 1,815 (of 2,278 total)

  • RE: HyperLink Not Working

    I may be leading you in the wrong direction for your specific question. But in the Visual Studio Report designer go to the Action tab on the Text Box...

  • RE: SQL 2008/MOSS 2010 slower than SQL 2005/MOSS 2007 in IE

    I don't know if this will help in your situation, but I have heard of situations where a stored procedure was used as the dataset and when the report was...

  • RE: data Expression in Page header

    Did you go into the Grouping (Advanced Mode) pane and set RepeatOnNewPage = True and KeepWithGrou = After for the header row of your tablix?

  • RE: data Expression in Page header

    Please explain in better detail the type of data you want in the textbox in the header, and how and why you want it to repeat and change on each...

  • RE: individual tablix for each group

    If your only issue is the repeating header for each group. Keep a single tablix, and just insert a new row into your group header and put your column...

  • RE: expression

    Try this instead

    =IIF(Fields!Records_Included.Value = 0, "", IIF(Fields!Interview_Completed.Value/Fields!Records_Included.Value = 0, "", Fields!Interview_Completed.Value/Fields!Records_Included.Value))

    Or if you use this kind of calculation a lot, many of us do you could go to Report>>Report Properties...

  • RE: Rounding the number

    In the format value you can also put "p1" the "p" means percentage, the 1 means the number of decimal places. There are a number of shorthand formats...

  • RE: Today's Random Word!

    Paul White NZ (9/16/2010)


    How is the earthquake recovery just south(?) of you going?

  • RE: Fun with Transactions - Part II

    Great question, great follow on discussion. Thanks.

  • RE: data Expression in Page header

    ramadesai108 (9/15/2010)


    Hi DBowlin,

    If I go to Report Properties and try to add a variable, want to select a field for a value, but "Fields" are empty....

  • RE: data Expression in Page header

    ramadesai108 (9/15/2010)


    Hi DBowlin,

    Thank you so much for your response. I am new to SSRS. How do i set a parameter?

    Thanks.

    In the report data dialog, right click...

  • RE: HyperLink Not Working

    In Excel is the link a relative link? If it is, you should make it a fully qualified link.

  • RE: data Expression in Page header

    The problem is when you have a table of results, you will have multiple values from a single field. Your textbox in the header does not know which of...

  • RE: expression

    =IIF(Fields!Interview_Completed.Value/Fields!Records_Included.Value = 0, "", Fields!Interview_Completed.Value/Fields!Records_Included.Value)

  • RE: total row not totalling properly

    Is the total greater or less than the sum?

    Are there any records in the dataset that are not included on the report?

Viewing 15 posts - 1,801 through 1,815 (of 2,278 total)