CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2011
    Posts
    12

    Creating a Matrix

    Hi guys,

    I'm busy doing a report and I have a few matrix'es that I have to put on the report.

    I need to do this:

    http://i185.photobucket.com/albums/x...atrix_Fig1.gif

    Is there a way to create this kind of layout without using the Box and Line tool and just easily format each box?

    Or do I have to create a box with several lines and several Text objects and format their background?

    I'm no expert so looking for a better/faster way of doing this

    Thanks

  2. #2
    Join Date
    Jul 2005
    Posts
    1,083

    Re: Creating a Matrix

    AFAIK, you have to format using lines & boxes
    Let's hope that somebody else have a solution
    for you and my interest also
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

  3. #3
    Join Date
    May 2011
    Posts
    12

    Re: Creating a Matrix

    lol.. Yea wouldn't it be nice

    But I don't think so. Looks like we will have to do it the old way

    Hope if they bring out a new Crystal that they would get some people in who actually do reporting and get some good stuff in to make life easier

  4. #4
    Join Date
    Jan 2012
    Posts
    2

    Re: Creating a Matrix

    Your result looks like a CrossTab.
    The colours could be conditional formatting based on results.

  5. #5
    Join Date
    Jan 2012
    Posts
    2

    Re: Creating a Matrix

    Hi, i've met that question before, and i found the answer on
    http://www.keepautomation.com/produc...ta_matrix.html
    you can got detailed imformation on it. it's really helpful.
    Good Luck!

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

Featured