CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2010
    Posts
    1

    Question Crystal Reports XI ?

    I am trying to merge 2 date fields into 1 column and sort them together on a report.

    Inv Dt Trans Dt New Col
    1/12/10 2/1/10 1/12/10
    2/1/10

    The data is coming from an xml File generated in Epicor, so I don't have acces to change way data is coming to report Does anyone know of a way to accomplish this ?

    Thanks

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

    Re: Crystal Reports XI ?

    Just add a new formula field an concatenate the two date fields into one, you coud use the ToText function to do it
    After that you could set that formula field in the report sort

    JG

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