Results 1 to 2 of 2

Thread: Export Reports as CSV

  1. #1
    billniche is offline Junior Member
    Join Date
    Mar 2009
    Posts
    1

    Default Export Reports as CSV

    Hello-

    Trying to find assistance in Exporting Reports as CSV. According to the wiki only pdf is available for Summation reports.
    http://apps.sugarcrm.com/wiki/index....Saving_Reports

    Has anyone found a way to export a summation report as a csv?

    Sugar Version: 5.2.0c
    Sugar Edition: Sugar Enterprise
    Category: Reports
    Operating System: Windows XP/2003

  2. #2
    ramji123 is offline Sugar Community Member
    Join Date
    Nov 2006
    Location
    Bangalore, India
    Posts
    266

    Default Re: Export Reports as CSV

    Hi,

    I changed the little bit coding in Reports/template/template_reports.php

    i changed the coding in this function "reportCriteriaWithResult"

    just include

    if ($reporter->report_def['report_type'] == 'tabular' || $reporter->report_def['report_type'] == 'summary') {
    $isExportAccess = true;
    }

    you will get Export button to Summation and summation with details reports.

    but the display column is empty in the sense the export result is empty.

    need to fix this one.

    Regards,
    Ramji

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 2010-01-20, 10:14 AM
  2. Unable to Export Reports
    By helpdesk@tidiproducts.com in forum Help
    Replies: 6
    Last Post: 2010-01-20, 10:12 AM
  3. Reports module export porblem
    By ramji123 in forum Developer Help
    Replies: 4
    Last Post: 2009-08-11, 08:25 AM
  4. Can you export ID numbers in REPORTS?
    By janellethompson in forum Help
    Replies: 0
    Last Post: 2008-12-03, 05:52 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •