Results 1 to 2 of 2

Thread: Dashboard Custom Carry over Parameters for Drill Down within Chart

  1. #1
    phdbmabini is offline Junior Member
    Join Date
    Jan 2007
    Posts
    1

    Default Dashboard Custom Carry over Parameters for Drill Down within Chart

    We have created a custom dashboard - however, when an item is selected from the chart, the refined search criteria are not carrying through to the information drilled down to. How do we incorporate the search criteria into the drill down from the chart?
    Help!

  2. #2
    greenie is offline Member
    Join Date
    Jun 2008
    Posts
    15

    Default Re: Dashboard Custom Carry over Parameters for Drill Down within Chart

    I'm struggling with a similar problem. How far did you get? Do you have a working chart? I discovered that the link in the chart is based on whatever fields are included in the constructGroupBy() function in the main chart file i.e. PipelineBySalesStageDashlet.php

    called by

    PHP Code:
    $sugarChart->group_by $this->constructGroupBy(); 
    My custom Pie Chart works with a custom field (a drop down list) however the drill down link on the chart doesn't filter the Opportunities according to the selected value. Looking through the sugarcrm.log shows that the correct field is referenced.

    The problem seems to lie with the SearchForm action which ignores custom fields. I'm attempting to decipher the code of /include/SearchForm/SearchForm2.php, if I find a solution I'll post here.

    I found the solution. The problem is with the include/MVC/View/views/view.list.php file see my other post:

    http://www.sugarcrm.com/forums/showt...984#post119984
    Last edited by greenie; 2008-08-10 at 07:27 PM. Reason: Problem solved

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. upgraded to 4.5.1e, received "Metadata for table tracker does not exist"
    By sfgeorge in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-09-03, 02:24 PM
  2. Custom query in Custom Dashboard module
    By tbivans in forum Developer Help
    Replies: 11
    Last Post: 2007-03-05, 07:18 PM
  3. Asterisk Patch 1.1.0 Crash on logon
    By skyracer in forum Help
    Replies: 6
    Last Post: 2006-07-08, 06:30 AM
  4. Replies: 7
    Last Post: 2006-06-06, 07:56 PM
  5. Custom Dashboard Demo
    By ftreml in forum Downloads
    Replies: 0
    Last Post: 2005-10-07, 12:24 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
  •