Sage 100

 View Only
  • 1.  I'm trying to export a Crystal report that has two

    Posted 11-14-2018 11:22
      |   view attached
    I'm trying to export a Crystal report that has two detail sections to a CSV file but it is combining the two sections onto one line. I've tried changing the options to not export sections, to isolate sections, etc. but nothing is helping. What am I missing??


  • 2.  RE: I'm trying to export a Crystal report that has two

    Posted 11-14-2018 11:30
    There may be another way, but my first thought is to use a formula field, building the line output into a single field, similar to how Sage builds address fields in forms.


  • 3.  RE: I'm trying to export a Crystal report that has two

    Posted 11-14-2018 11:35
    Hmm, so have it all in one section but use formulas to make it two lines?? Will give it a shot!


  • 4.  RE: I'm trying to export a Crystal report that has two

    Posted 11-14-2018 11:38
    Good thought but that didn't work either.


  • 5.  RE: I'm trying to export a Crystal report that has two

    Posted 11-14-2018 11:39
    Try exporting as text instead of CSV... building your delimiters into the formula.


  • 6.  RE: I'm trying to export a Crystal report that has two

    Posted 11-14-2018 11:40
    Can one of the detail lines be a group header? That should export as separate lines.


  • 7.  RE: I'm trying to export a Crystal report that has two

    Posted 11-14-2018 11:41
    I think the text option will work! Good thought on the group header @ScottFirgens !


  • 8.  RE: I'm trying to export a Crystal report that has two

    Posted 11-14-2018 11:45
    The group option works if I isolate the sections - thanks @ScottFirgens !