Forum Replies Created

Viewing 15 posts - 121 through 135 (of 165 total)

  • RE: How do I compare cell values?

    It really depends on how you want to present your data in the report, but one method I can give you is the following:

    Create a table for the report.

    Create a...

    Nigel West
    UK

  • RE: Displaying a DataSet's DataSource "Name" dynanmically

    The question is, how does the user change the datasource dynamically? This might give a clue as to how to show the datasource on the report.

    Nigel West
    UK

  • RE: conditionally set subreport?

    This is relatively easy, you simply add the two sub-reports to your main report, then on each sub-report right click and go to properties; go to the visibility tab; then...

    Nigel West
    UK

  • RE: How do I use multiple datasets in the body of a report?

    The way I would do this is to use a sub-report.

    Set up a table on your report and decide which dataset will populate the left side of the report, and...

    Nigel West
    UK

  • RE: Report Calculations

    Why not try using an expression that utilises the PREVIOUS function.

    For example:

    = Fields!TotalAmount.Value - PREVIOUS(Fields!TotalAmount.Value)

    You might wish to take a little care about when PREVIOUS points to nothing, i.e. it...

    Nigel West
    UK

  • RE: filter reports

    AssetID AssetCode Pcode DepID ...

    Nigel West
    UK

  • RE: Dundas Charts

    That's it, but the really important part (I think I worked out how to not have the line across the bottom), is that the line should not start at zero...

    Nigel West
    UK

  • RE: Dundas Charts

    I could certainly modify the dataset, the problem with that is that the end user still wants to see Jan, Feb, Mar on the chart, even though no value existed....

    Nigel West
    UK

  • RE: Dundas Charts

    Hi

    Thanks for the response but I'm not sure I understand the answer, I have a dataset already that returns Jan, Feb, Mar, Apr, May etc and there is no value...

    Nigel West
    UK

  • RE: Page numbers in SSRS while exporting to pdf file

    Nothing I can think of I'm afraid, sorry!

    Nigel West
    UK

  • RE: Page numbers in SSRS while exporting to pdf file

    As far as I know this is not possible, the idea of the viewer is to show pages that have no length limit, they simply keep going until a ThrowPage...

    Nigel West
    UK

  • RE: Report Table of Contents

    Hi

    Thanks for the suggestion, however, we are already using the document map for on-screen navigation either through SSRS or PDF.

    The purpose of the TOC is specifically for a 50 Page...

    Nigel West
    UK

  • RE: REPORT DESIGN

    Add a table to your report.

    Normally you would have one details line and all of your columns would go into the details line, however, in the case you are talking...

    Nigel West
    UK

  • RE: filter reports

    Pleased to be able to help, glad it worked for you.

    Nigel West
    UK

  • RE: filter reports

    There could be quite a large number of reasons for this, in order to help you out on this I would need more information on how you have put your...

    Nigel West
    UK

Viewing 15 posts - 121 through 135 (of 165 total)