Forum Replies Created

Viewing 14 posts - 151 through 165 (of 165 total)

  • RE: Column/Line Chart - need a right hand side Y axis

    Just for information, we bought Dundas not just for this purpose but it was one of the reasons. Not sure if Dundas is now part of SSRS but you...

    Nigel West
    UK

  • RE: Varying Text alignment in a column

    The only thing I can see wrong with this is the part that says Right(Fields!RowValue.Value,1)=0.

    The question is, what is the data type for the field RowValue.........

    If its an NVARCHAR data...

    Nigel West
    UK

  • RE: Report and image Print

    It is often the case when you do a preview that the logo will not show up, especially if the logo has come from the database. I have however...

    Nigel West
    UK

  • RE: Is it possible to embed OLE objects in SSRS reports?

    I also used to do this in Crystal Reports, but I've not found any method of doing the same thing in SSRS. The one thing I would say though...

    Nigel West
    UK

  • RE: Add Subtotal Lines to Chart

    I would have thought this one was reasonably simple to do unless I am misunderstanding something. To not show categories 1,2 & 3 just remove them from the chart. ...

    Nigel West
    UK

  • RE: Problem Hiding a group

    This will be difficult to control in a single table for the report, the easiest way to overcome the problem is to have two table in your report.

    Table one, is...

    Nigel West
    UK

  • RE: Date Validation for Date Parameter

    I don't know directly of a way to validate the parameter apart from building a dataset of valid values, this isn't ideal because what you have then is a drop...

    Nigel West
    UK

  • RE: Running a scheduled RDL and outputting to Excel?

    I can assure you I'm not a genius, but I'm very glad it worked for you.

    Nigel West
    UK

  • RE: Running a scheduled RDL and outputting to Excel?

    First you go to the web based report manager (should be a URL something like //ServerName/Reports/Pages/Folder.Aspx), then go to the folder where your report is located, you should then click...

    Nigel West
    UK

  • RE: How to solve a typical CR 'task' in RS

    Interesting problem, I used Crystal for a long time (15+ years) and there are a number of things that are a little easier in Crystal, but I'm a fan of...

    Nigel West
    UK

  • RE: Running a scheduled RDL and outputting to Excel?

    Yes, no problem at all, what issues are you having?

    Nigel West
    UK

  • RE: Hide And Unhide Parameters

    There are various ways you can approach this, but you should accept from the start that it's not possible to hide the parameter from view, this is not possible. What...

    Nigel West
    UK

  • RE: Remove/Suppress line/row if blank

    In Reporting Services almost every object (including rows in tables) has a property called Visible, this property can be set using an expression. Let's assume you have a column...

    Nigel West
    UK

  • RE: Convert List to Columns

    I will assume you are presenting the data in a table, but the same principles would apply if presenting in a series of text boxes or a list box.

    Column1: ...

    Nigel West
    UK

Viewing 14 posts - 151 through 165 (of 165 total)