CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Dashlets: where are they?
Pages: [1]

Author Topic: Dashlets: where are they?  (Read 9068 times)

Lukumji

  • Guest
Dashlets: where are they?
January 27, 2010, 12:05:19 am
Hi,

I've just installed CiviCRM 3.1 on Joomla. Everything works fine, except that I don't get how to configure the dashboard widgets. In fact there's only the Activity dashlet available, nothing else. Did I miss anything? What's the way to add dashlets to the dashboard?
Thanks for helping.

Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Dashlets: where are they?
January 27, 2010, 12:46:30 am
Quote
What's the way to add dashlets to the dashboard?

You might want to check the help text that says :
To include a dashlet displaying scheduled activities, click 'Configure Dashboard' and drag the 'Activities' dashlet onto one of the dashboard columns (use the right column for a better fit).

To add reports to your dashboard:

    * Navigate to a report instance and verify the report filters and display type (Tabular, Bar or Pie Chart). OR create a new report instance from the Reports menu » Create Reports from Templates.
    * Expand the 'Report Settings' section, and click 'Include Report on Dashboard'.
    * Click 'Update Report'.
    * Repeat for each report your want to include on your dashboard.
    * Navigate back to the 'Home' dashboard and click 'Configure Dashboard' again.
    * You can now drag the reports onto the right or left columns and click 'Done' to save your layout.


HTH
-Yashodha
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Lukumji

  • Guest
Re: Dashlets: where are they?
January 27, 2010, 01:20:37 am
Wonderful, thanks a lot!  :)

Quote from: Yashodha Chaku on January 27, 2010, 12:46:30 am
Quote
What's the way to add dashlets to the dashboard?

You might want to check the help text that says :
To include a dashlet displaying scheduled activities, click 'Configure Dashboard' and drag the 'Activities' dashlet onto one of the dashboard columns (use the right column for a better fit).

To add reports to your dashboard:

    * Navigate to a report instance and verify the report filters and display type (Tabular, Bar or Pie Chart). OR create a new report instance from the Reports menu » Create Reports from Templates.
    * Expand the 'Report Settings' section, and click 'Include Report on Dashboard'.
    * Click 'Update Report'.
    * Repeat for each report your want to include on your dashboard.
    * Navigate back to the 'Home' dashboard and click 'Configure Dashboard' again.
    * You can now drag the reports onto the right or left columns and click 'Done' to save your layout.


HTH
-Yashodha

shayaknyc

  • I post occasionally
  • **
  • Posts: 74
  • Karma: 0
Re: Dashlets: where are they?
October 15, 2010, 07:51:36 am
Is there a way to add custom searches to the dashboard or must they be reports?

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Dashlets: where are they?
October 15, 2010, 08:40:05 am
Quote
Is there a way to add custom searches to the dashboard or must they be reports?

Only report can be added as dashlet.

Kurund
Found this reply helpful? Support CiviCRM

shayaknyc

  • I post occasionally
  • **
  • Posts: 74
  • Karma: 0
Re: Dashlets: where are they?
October 15, 2010, 08:44:18 am
Gottit. So, I have a question....I created a custom data for Individuals to store Anniversary information. All I added was a date field that stores MM/DD and a field titled Spouse with a contact lookup (even though the spouse relationship is already stored in the relationship table).

When I tried to create a custom report based on constituent, the only way I was able to limit the report was to include in the report criteria for spouse to be not empty. What I really want to do, is modify the report to just show upcoming anniversaries that are in the next 6 weeks. Can't seem to find a way to do that. At least with custom search I am able to do that.

Any idea if they will implement the ability to save custom searches as dashlets?

Thanks!

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Dashlets: where are they?
October 15, 2010, 11:07:37 am
You should implement same logic that you use in custom search, it should work for custom report.

Kurund
Found this reply helpful? Support CiviCRM

shayaknyc

  • I post occasionally
  • **
  • Posts: 74
  • Karma: 0
Re: Dashlets: where are they?
October 15, 2010, 11:40:01 am
there does not seem to be a way to have it calculate reports for dates within the range of 42 days of Today(). Also, the custom data only stors MM/DD, but the report pulls MM/DD/1902.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Dashlets: where are they?
October 15, 2010, 01:48:31 pm
I guess you will have to modify the code that does date calculation. You might want to check functions in CRM/Utils/Date.php

Hth
Kurund
Found this reply helpful? Support CiviCRM

SarahG (FountainTribe)

  • Ask me questions
  • ****
  • Posts: 782
  • Karma: 29
  • CiviCRM version: 4.4.7
  • CMS version: Drupal 6, Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
Re: Dashlets: where are they?
October 16, 2010, 03:17:31 am
There are already custom searches available that pull upcoming wedding anniversaries and birthdays. Take a look at:  http://civicrm.org/blogs/sarahgladstone/find-upcoming-birthdays-and-anniversaries
Did I help you? Please donate to the Civi-Make-It-Happen campaign  CiviCRM for mobile devices! 

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Dashlets: where are they?

This forum was archived on 2017-11-26.