Comments on: Finally: Dynamic charting in WSS, no code required! – Part 3 – Multiple Pie Charts http://www.endusersharepoint.com/2009/04/29/finally-dynamic-charting-in-wss-no-code-required-part-3-multiple-pie-charts/ No GeekSpeak on SharePoint 2007 WSS and MOSS Thu, 28 Oct 2010 17:43:07 -0400 http://wordpress.org/?v=2.8.6 hourly 1 By: john http://www.endusersharepoint.com/2009/04/29/finally-dynamic-charting-in-wss-no-code-required-part-3-multiple-pie-charts/comment-page-2/#comment-90329 john Mon, 02 Aug 2010 05:41:50 +0000 http://www.endusersharepoint.com/?p=1578#comment-90329 Sorry sticky fingers.... The line 'Do a text search for the line and copy the path and filename into the address of a new browser window.' should have referred to the line of the source which have the script src reference to the jscript script. Sorry sticky fingers….

The line ‘Do a text search for the line and copy the path and filename into the address of a new browser window.’ should have referred to the line of the source which have the script src reference to the jscript script.

]]>
By: john http://www.endusersharepoint.com/2009/04/29/finally-dynamic-charting-in-wss-no-code-required-part-3-multiple-pie-charts/comment-page-2/#comment-90327 john Mon, 02 Aug 2010 05:38:21 +0000 http://www.endusersharepoint.com/?p=1578#comment-90327 Nothing showing could be caused by several factors. Based on my learning of how to get this setup (I'm no expert) the 2 key ones for me were: 1. the path or access to your jscript library is not working. 2. the data can't be parsed correctly so google charts doesn't know what to show so shows nothing. -- The easiest way I found to check (1) above is to view the source of the page you were expecting your charts to be displayed on. Do a text search for the line and copy the path and filename into the address of a new browser window. If you get a prompt to download the script then you're OK. To check (2) above: - You views must be grouped - Make sure you have NO totals set up on the views - Make sure the group summary lines have a count in brackets such as 'Department: All(3)'? - Do not use commas in any of the text on which you want to group - if you must use a comma then you'll need to edit the script to recognise when parsing the data - The views with the grouped data must be place onto the same page as you CEWP with the script. Just make the views not visible if you want to show the graph only without the source data Regards John Nothing showing could be caused by several factors. Based on my learning of how to get this setup (I’m no expert) the 2 key ones for me were:
1. the path or access to your jscript library is not working.
2. the data can’t be parsed correctly so google charts doesn’t know what to show so shows nothing.

The easiest way I found to check (1) above is to view the source of the page you were expecting your charts to be displayed on. Do a text search for the line and copy the path and filename into the address of a new browser window. If you get a prompt to download the script then you’re OK.

To check (2) above:
- You views must be grouped
- Make sure you have NO totals set up on the views
- Make sure the group summary lines have a count in brackets such as ‘Department: All(3)’?
- Do not use commas in any of the text on which you want to group – if you must use a comma then you’ll need to edit the script to recognise when parsing the data
- The views with the grouped data must be place onto the same page as you CEWP with the script. Just make the views not visible if you want to show the graph only without the source data

Regards

John

]]>
By: deckardcat http://www.endusersharepoint.com/2009/04/29/finally-dynamic-charting-in-wss-no-code-required-part-3-multiple-pie-charts/comment-page-2/#comment-90241 deckardcat Sun, 01 Aug 2010 23:52:46 +0000 http://www.endusersharepoint.com/?p=1578#comment-90241 I can't get this to work either. Have 3 views from the same list, copied the script, edited for the script library and nothing. Not even an error message on the page. its as though the script doesn't even load. anyone else get a response? I can’t get this to work either. Have 3 views from the same list, copied the script, edited for the script library and nothing. Not even an error message on the page. its as though the script doesn’t even load. anyone else get a response?

]]>
By: m&m http://www.endusersharepoint.com/2009/04/29/finally-dynamic-charting-in-wss-no-code-required-part-3-multiple-pie-charts/comment-page-2/#comment-82651 m&m Wed, 14 Jul 2010 14:58:18 +0000 http://www.endusersharepoint.com/?p=1578#comment-82651 I have the same problem... could you fix it? If yes it wold be great to get the answer. I have the same problem… could you fix it? If yes it wold be great to get the answer.

]]>
By: Brandon http://www.endusersharepoint.com/2009/04/29/finally-dynamic-charting-in-wss-no-code-required-part-3-multiple-pie-charts/comment-page-2/#comment-80766 Brandon Thu, 08 Jul 2010 15:27:45 +0000 http://www.endusersharepoint.com/?p=1578#comment-80766 I have a interactive chart that i am trying to use. i have group the list by two variables, one by Outocome and the other by building i want it to show up as a stacked bar chart showing each building in conjunction with the total for the outcome...in different colors... anything will help thanks Brandon I have a interactive chart that i am trying to use. i have group the list by two variables, one by Outocome and the other by building i want it to show up as a stacked bar chart showing each building in conjunction with the total for the outcome…in different colors…

anything will help

thanks
Brandon

]]>
By: seb http://www.endusersharepoint.com/2009/04/29/finally-dynamic-charting-in-wss-no-code-required-part-3-multiple-pie-charts/comment-page-2/#comment-80214 seb Tue, 06 Jul 2010 12:13:10 +0000 http://www.endusersharepoint.com/?p=1578#comment-80214 Dear all, this is a great stuff... but unfortunately I can't make it works! I tried with the single graph and it works well (part1). I tried to do use this multiple graph script but nothing appear... neither with the latest jQuery scipt nor the 1.3.2 store on google. Could you please hhelp me? Thanks a lot Seb Dear all,

this is a great stuff… but unfortunately I can’t make it works!
I tried with the single graph and it works well (part1).

I tried to do use this multiple graph script but nothing appear… neither with the latest jQuery scipt nor the 1.3.2 store on google.

Could you please hhelp me?

Thanks a lot

Seb

]]>
By: john http://www.endusersharepoint.com/2009/04/29/finally-dynamic-charting-in-wss-no-code-required-part-3-multiple-pie-charts/comment-page-2/#comment-73607 john Sat, 12 Jun 2010 09:24:51 +0000 http://www.endusersharepoint.com/?p=1578#comment-73607 Hi Satish, All the charts are generated dynamically. Break your requirements down into steps: - Can you create a grouped list of information you want to appear on a chart - If you can't format the data into a list then you will struggle to do a chart using this method - Once you've got a list, look at the grouping so that the summary totals create the values you want on the chart - Tip: If you want a chart to show each item in the list then just group by a unique value to each item - Now you've got your group list you can follow all the previous instructions using the scripts provided to create your charts regards john Hi Satish,

All the charts are generated dynamically. Break your requirements down into steps:
- Can you create a grouped list of information you want to appear on a chart
– If you can’t format the data into a list then you will struggle to do a chart using this method
- Once you’ve got a list, look at the grouping so that the summary totals create the values you want on the chart
– Tip: If you want a chart to show each item in the list then just group by a unique value to each item
- Now you’ve got your group list you can follow all the previous instructions using the scripts provided to create your charts

regards

john

]]>
By: Satish http://www.endusersharepoint.com/2009/04/29/finally-dynamic-charting-in-wss-no-code-required-part-3-multiple-pie-charts/comment-page-2/#comment-73483 Satish Fri, 11 Jun 2010 14:03:35 +0000 http://www.endusersharepoint.com/?p=1578#comment-73483 Hello, This help a lot. But How can I genrate multiple charts dynamically. I don't know how many chart i need to genrate. Here is scenario: Lists: (1)Project Name (2)Project Status Montly Report. I want to genrate chart for each project and want to presend infomration from "Montly Status Report" . Status report contains Estimated Time Vs Actual Time. How can I do this. Hello,
This help a lot.
But How can I genrate multiple charts dynamically.
I don’t know how many chart i need to genrate.
Here is scenario:
Lists:
(1)Project Name
(2)Project Status Montly Report.

I want to genrate chart for each project and want to presend infomration from “Montly Status Report” . Status report contains Estimated Time Vs Actual Time.

How can I do this.

]]>
By: Tahir http://www.endusersharepoint.com/2009/04/29/finally-dynamic-charting-in-wss-no-code-required-part-3-multiple-pie-charts/comment-page-2/#comment-47229 Tahir Thu, 18 Mar 2010 17:44:20 +0000 http://www.endusersharepoint.com/?p=1578#comment-47229 Thanks! This is exactly what I have been looking for since the birth of MOSS 2007. Thanks! This is exactly what I have been looking for since the birth of MOSS 2007.

]]>
By: Niall Q http://www.endusersharepoint.com/2009/04/29/finally-dynamic-charting-in-wss-no-code-required-part-3-multiple-pie-charts/comment-page-2/#comment-44894 Niall Q Fri, 12 Mar 2010 14:11:29 +0000 http://www.endusersharepoint.com/?p=1578#comment-44894 Hi, I was really excited to read that the same list could be used for mulitple charts. I've made views on the list with a filter and then applied the same grouping parameter and totalling. The lists are all arranged as instructed and when I run the page I get one large Piechart, tilted at an angle. Having tried the first post in your series, looks like that. I did try another post and this gave me two graphs next to each other, based on your first work, though I can't make it run for more than one list or one view on a list. -> http://wyly.wordpress.com/2009/04/24/adding-graphs-bar-and-pie-charts-to-sharepoint/ So I was quite exocted when I got to the third in your series and now I seem a tad lost. Any ideas what I may have done wrongly ? regards Niall Hi, I was really excited to read that the same list could be used for mulitple charts. I’ve made views on the list with a filter and then applied the same grouping parameter and totalling.

The lists are all arranged as instructed and when I run the page I get one large Piechart, tilted at an angle.

Having tried the first post in your series, looks like that. I did try another post and this gave me two graphs next to each other, based on your first work, though I can’t make it run for more than one list or one view on a list. -> http://wyly.wordpress.com/2009/04/24/adding-graphs-bar-and-pie-charts-to-sharepoint/

So I was quite exocted when I got to the third in your series and now I seem a tad lost. Any ideas what I may have done wrongly ?

regards

Niall

]]>