Results 1 to 3 of 3

Thread: Pie Charts in Zucker Reports ? or Dashboard

  1. #1
    VeonConsulting is offline Sugar Community Member
    Join Date
    Jul 2007
    Posts
    98

    Post Pie Charts in Zucker Reports ? or Dashboard

    Hi

    We have a current requirement wherein i have to generate a pie chart in Zucker reports.
    I'm Currently using ireports-jasper reports as a tool to generate my reports

    I want to generate a pie chart on the following database fields in cases module, with status

    date_entered
    status

    Is it possible to show the pie chart divide into 4 sections lets say

    Current week : 30 cases(number of cases in that particular week)
    2nd week :40 cases
    3rd week :20 cases
    Rest of the weeks: 40 (number of cases in rest all weeks)

    I can generate a count on the number of cases but my major problem is how to divide the chart into 4 sections,
    since it has to to be queried on the single field 'date_entered'

    Or is it possible to generate something like this using dashboard inside SugarCRM?

    Any Suggestions or help on this would be greatly appreciated!
    Last edited by VeonConsulting; 2007-12-05 at 12:23 PM.
    Team Veon
    Veon Consulting Pvt Ltd.
    Hyderabad, India.
    Phone - +91-40-66444272/73/74
    Veon Consulting Pvt Limited
    Skype - veon.consulting / prasad.veon

  2. #2
    VeonConsulting is offline Sugar Community Member
    Join Date
    Jul 2007
    Posts
    98

    Exclamation Re: Pie Charts in Zucker Reports ? or Dashboard

    Hi,
    Any suggestions how to proceed ?
    Team Veon
    Veon Consulting Pvt Ltd.
    Hyderabad, India.
    Phone - +91-40-66444272/73/74
    Veon Consulting Pvt Limited
    Skype - veon.consulting / prasad.veon

  3. #3
    gunni is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Cologne, Germany
    Posts
    364

    Default Re: Pie Charts in Zucker Reports ? or Dashboard

    MAybe some select like (just pseudo code no correct syntax and did not test it):

    Code:
    SELECT IF(date_entered<now()-7days,1,IF(date_entered<now()-14days,2,IF(....)) as sector, count(*) as quantity
    GROUP BY sector

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Zucker Reports UTF 8 Character Encoding
    By richardp in forum Japanese
    Replies: 0
    Last Post: 2007-07-27, 07:18 AM
  2. Replies: 0
    Last Post: 2007-04-10, 06:18 PM
  3. Replies: 0
    Last Post: 2007-02-26, 03:07 AM
  4. Zucker Reports not printing charts?
    By BriteComputers in forum Help
    Replies: 0
    Last Post: 2007-02-19, 09:16 PM

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
  •