Sage 100

 View Only
  • 1.  Anyone have an idea how to export a Crystal report

    Posted 08-23-2018 16:46
    Anyone have an idea how to export a Crystal report to a file destination and append to the existing data in the destination file? I thought I once saw that option in either Crystal or in Logicity, but I don't see it now.


  • 2.  RE: Anyone have an idea how to export a Crystal report

    Posted 08-23-2018 18:05
    Maybe Visual CUT?


  • 3.  RE: Anyone have an idea how to export a Crystal report

    Posted 08-23-2018 19:03
    Yes with Visual CUT like Brett said. It has a specific function for _Excel Export as Tabs in Existing / New Spreadhsheets_. Also has it's own ODBC Export which extends the regular Crystal ODBC export (if that's what you're intending) to allow appending to a table, which could be Access, SQL, prolly Excel too if you define a named range). It's smaller cousin called CUT Light, the DLL added for Crystal which lets you see additional functions in the formula editor is more limited I believe. There is a FileAddText() function to allow appending text to an existing file, which for example, if formatted for the columns you want to export can add rows of CSV output to an existing CSV. Visual CUT is better for this purpose I think. Does this sound right @KevinMoyes and @JimWoodhead


  • 4.  RE: Anyone have an idea how to export a Crystal report

    Posted 08-23-2018 21:11
    I would likely use visual cut/ crystal reports with a script and then In the batch file I would use the copy command to concatenate the files. I.e. copy file1.txt+file2.txt file1.txt


  • 5.  RE: Anyone have an idea how to export a Crystal report

    Posted 08-24-2018 06:49
    I've merged PDF files using Visual Cut.