Forum Replies Created

Viewing 15 posts - 91 through 105 (of 125 total)

  • RE: Rectangles Acting Strange in SSRS 2008R2 Project

    Hi

    Did you try the property Consume Container Withespace to false?

    You can display on clicking on the yellow background of your designer.

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: SUBSCRIPTION: File Share "Failure writing file ...Impersonation Error

    Hi

    Did you try to use the account that is running reporting service ?

    You can see it on the configuration tool.

    This is this service that is used by the...

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: Report Builder or Reporting Services?

    Did not notice that.

    I will try. Thanks for the tips!

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: Report Builder or Reporting Services?

    Hi Andy

    Very good article but you can't compare 2 Tools that is for different user skill's level 🙂

    I think in Report Builder you can not add references when you want...

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: Split column rows

    Can you put a sample data please ?

    And then what you want the result to be.

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: SSRS List with a permanent group value

    Hi

    Maybe You can add a new column to group the detail data and the summed data

    and then use this column as your first grouping in the graph?

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: ssrs keep objects (textboxes) in fixed location

    Hi

    Sorry but I cannot visualize well your problem.

    Can you post some pictures please?

    When you Anchor a textbox in a rectangle, you have to take care of the CanGrow/CanShrink properties...

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: Split column rows

    Hi

    How is your column data joined ? with a "space" or with a "coma"?

    You can use the split() function:

    split(<your field data>,<your separator>).GetValue(<index>).ToString

    For example if the field contains "Big,Small"

    To get...

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: Need how to write the Expression for below matter

    Hi

    Yes it very simple to do it in version 2008.

    Take a look at how the lookup() function works.

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: Format the Last Three Row

    Hi,

    Maybe you can use Rownum and Rowcount function ?

    IF Rowcount - Rownum >= 3 THEN highlight ELSE do nothing

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: ssrs 2008 r2 bullet list

    Hi

    I think you can do it wusing 2 columns

    The first will be empty and will display the '+' and the second will display data.

    Thne you have to use the hiding...

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: I have a matrix with totals and hyperlinks - the hyperlinks are wrong

    Hi

    I think you can do this with the InScope() function.

    Sorry, but I don't remember well how to use it.

    In 2008, you can edit the total cells.

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: Is it possible in SSRS?

    Hi

    Yes it is possible.

    I have already done it but under the same report.

    If you want to call another report, you have to use the functionality "Jump to report"

    This is possible...

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: Issue adding shared data source (.rsds) to SSRS project

    Hi

    I don't think it is possible to attach it like this.

    It is preferable you put the file locally on your computer and then attach it on your project

    You can update...

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

  • RE: SSRS Report Parameters - Multi Select

    Hi

    Did you try using the split() function ?

    =split(Parameters!SKU.Value,",")

    You can affect the result into another parameter or simply add it on the dataset (tab parameters)

    It will return a table value you...

    :w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:

Viewing 15 posts - 91 through 105 (of 125 total)