CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Nov 2008
    Posts
    6

    Crystal reports-formatting and csv export issues

    A co-worker has created some reports (he uses Crystal X but I have the same issue in X or XI) to extract data to csv files for people to use for Hyperion imports.

    1st issue:
    The report in preview mode has commas where it shouldn't have them.
    GH1 Actual06
    GH2 03
    GH3 03
    D 9,6204140100,12,09000,175.00

    Detail line should be:
    96204140100,1209000,175.00

    The attachment (...ForumPreview) shows what the data looks like and how it SHOULD look in Wordpad above.

    2. When I export to csv, it puts the headers from GH1, GH2 and GH3 as a prefix on every detail line. They should be individual lines at the top of the csv file.

    I've applied every hot fix/patch I can find but cannot fix this. Any thoughts would be greatly appreciated!
    Attached Images Attached Images

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