Forum Replies Created

Viewing 15 posts - 46 through 60 (of 173 total)

  • RE: Grouping Problem

    First question - is your Group grouped on the City field? If you open the RowGroup group properties, in the Group Expressions section, is the Group On set to...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: How to convert this XML into columns

    and the award for most creative use of IFCode shortcuts goes to....

    I can't even begin to make sense of the XML test data insert, but I cleaned up the Employee...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: sql 2005 report send through specific mails on specific time daily

    The answer is 42

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Are the posted questions getting worse?

    Anyone following this:

    http://www.sqlservercentral.com/Forums/Topic1268991-391-1.aspx

    Need to send Sean some chocolate mousse stat!

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Show to fields in the one column

    Or if you want the names separated by a space or comma:

    Select FirstName + ' ' + LastName AS FullName From Table

    Select LastName + ', ' + FirstName AS FullName...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Attracting Talent

    We're trying to locate a 6 month contractor to handle a SSRS report request overload from the business.

    I'm your huckleberry...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Problem with Data Orientation

    You can add as many static rows in the Tablix as you would static columns in a "regular" table set up. Pretty handy...

    As a suggestion, just play around with...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Tabs or Spaces

    Heh, anyone else agree that anything produced by the Query Designer is visually heinous?

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Calendar control doesn't work when first loaded

    Did you use the query to set the Available Values for the Parameter, or just the Default Value? Default should be fine. Might be a problem if you...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Problem with Data Orientation

    Ahhh. Misunderstood your requirement. You should be able to accomplish your goal with a Table control. Try this:

    -- insert table, select dataset

    -- in Row Group menu, select...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Side-by-side Data Regions (SSRS2008)

    To keep two or more data regions together physically on render, put them into a rectangle. The rectangle will control the positioning of all of its contained items.

    That being...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Problem with Data Orientation

    Can this be done with the Tablix control in SSRS? Is there any other technique in SSRS that can be used for this situation?

    Yes it can. Insert a Matrix...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Today's Random Word!

    anthony.green (3/16/2012)


    SQLRNNR (3/16/2012)


    Lynn Pettis (3/16/2012)


    anthony.green (3/16/2012)


    now your just being cruel :crying:

    Yes, yes I was. But I love Chocolate Mousse!

    truffle

    truffle shuffle

    Rocky Road?

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: At apparently random places a group of records in a tablix shift their full width to the right??

    Is it possible that you are getting Rich Text data from Access?

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Was This Week A Good Week?

    the degree of satisfaction in an accomplishement is often inversely related to the degree of pain suffered along the way

    ahhhh the sweet taste of victory...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]

Viewing 15 posts - 46 through 60 (of 173 total)