Results 1 to 4 of 4

Thread: CR Design, Format

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    16

    Arrow CR Design, Format

    Hi, here is where I am stuck. I want to creat CR report from VS2005 (CR is bundled one with VS2005) using SQL 2005 express.
    I want to retriev three fields from three different tables.
    Name, Code and date. Dates will be decided by user (Start Date and End date)
    Each name will have a code on each day.

    I want it like this

    ---------- 1/23/06... 1/24/06...1/25/06
    John Smith ....P............ P...........S
    Ed Reed ........S............N ..........O
    James Bond....P.............P .......... P

    Instead of

    ..Name............code........Date
    John Smith........ P........1/23/06
    Ed Reed............ S........ 1/23/06
    James Bond....... P........ 1/23/06
    John Smith........ P........ 1/24/06
    Ed Reed............ N....... 1/24/06
    James Bond........P....... 1/24/06
    John Smith........ P....... 1/25/06
    Ed Reed............ P....... 1/25/06
    James Bond....... P....... 1/25/06


    Is this possible in CR? if it is, how to make it? Thanks a bunch in advance...
    Last edited by skinpower; Oct 28th, 2006 at 04:24 PM.

  2. #2
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: CR Design, Format

    You will need to setup a cross tab report
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  3. #3
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: CR Design, Format


    Insert a Cross-Tab by choosing Cross-Tab from the Insert menu, or click the Insert Cross-Tab button on the Insert toolbar .This should present the Cross-Tab Expert dialog.
    Last edited by shakti5385; Oct 29th, 2006 at 01:37 AM.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    16

    Re: CR Design, Format

    I played with cross-tab and got a similar result that I wanted.

    Two things to improve;
    1. getting FirstName and LastName in one row
    2. totalling # of "P" code for each person

    But other than that, I am ok.
    Thank You Mark and Sharkti.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width