The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
27 views

display Multi parents-childs dynamic Diagrams in sharepoint web access

We design KMS (Knowledge Management Systems) with SharePoint that everything is OK but we need to Display relations between entities,Documents and etc. in Web access. my question about solutions: ...
1
vote
1answer
25 views

How to import the data from a Google Public Data Explorer into SharePoint 2010 out-of-box charts

using the new Google PDE I was wondering if there was a way of importing the data into my nicely formatted Chart Web Parts in sharepoint 2010.
0
votes
1answer
51 views

SharePoint 2010 PPS with Time slider and gauge visualization

I am working on SharePoint 2010 PPS dashboard. I have created charts from sql cube and also from SharePoint list using power pivot for excel and SharePoint. Now one of our project manager asked me to ...
0
votes
1answer
132 views

How to convert Sharepoint 2010 Chart web part to Excel?

I want to convert chart webpart's chart to excel format how it is possible?
0
votes
1answer
397 views

Ordering Stacked Column Chart Series SSRS 2008

I am working with SQL Server Reporting 2008. I have a stacked column chart.There are around 8-10 series stacked on each other. I want my series to come in a defined order from Top to bottom. I have ...
0
votes
1answer
235 views

SharePoint Server 2010: Create drill-down reports/charts

Can we create drill down reports or charts using SharePoint 2010 out of the box?
0
votes
0answers
66 views

edit which data is rendered with google Chart through EditorPart

I am using the GoogleChart API to render some charts . To do this, I am executing a LINQ Query which looks similar to this: var dataList = from products in entities.Productlist select ...
3
votes
1answer
118 views

Error: Sharepoint 2010 Web Part appears to be causing a problem. Invalid temp directory in chart handler configuration

I have a sp2010 website where I am trying to use a network path for the images as I have a WebFarm which is loadBalanced using CISCO ACE appliance hardware (without IP Stickiness). The reason I am ...
1
vote
1answer
196 views

Sharepoint Excel data table and Chart

Need help about sharepoint. I have a table data collection currently in ms excel document look like the following image. every last day of the week the information will be updated (append new ...
0
votes
0answers
127 views

How to create charts with custom filters about sensitive data using JS without using external APIs?

I need to create charts out of business data which comes out of SharePoint lists in SharePoint 2010. The solution needs the ability to easily filter the data by custom queries, just like the SPJS ...
0
votes
2answers
458 views

Asp.net Chart control in SharePoint 2010

Can anyone help me to save the chart control temporary image files on SharePoint 2010 document library/picture library. Actually in my standalone environment the webpart is working fine when using ...
1
vote
1answer
891 views

how to add a custom filter for a chart?

I have a list which contains multiple column. I have inserted the chart web part and its showing the graph based on the column list. Now i want to add a custom drop down filter which contains column ...
2
votes
3answers
358 views

.NET Chart Controls in Sharepoint 2010 Sandbox

I'm trying to use the .NET Chart Controls in my Sharepoint 2010 Sandbox solution. I have downloaded and installed the MSChart for .NET 3.5 from ...
0
votes
2answers
847 views

How to customize SharePoint Chart web part

I want to customize SharePoint chart web part programmatically to display charts from the excel sheet having different charts on different sheets of the excel. How can I customize chart web part so ...
2
votes
4answers
997 views

Chart Web Part Data Aggregations

I have a list with the following sample data: Title | Rank1 | Rank2 Foo | 2 | 4 Foo | 4 | 6 Foo | 6 | 8 Trying to construct a Column Chart around ...
5
votes
6answers
3k views

How to programmatically create a chart in SharePoint?

I need to create a chart based on items from a list dynamically in a webpart...
0
votes
6answers
342 views

Test drive of PerformancePoint and SSRS on SharePoint

I need to build advanced reports on SharePoint, where radars, pivots and cumulative values are involved. One obvious option is Excel Services, but I'd be interested to compare it with PerformancePoint ...
2
votes
2answers
286 views

Chart Web Part and lookup fields

How can I make my Chart Web Part look good when I use it with lookup fields? The issue I have is that the chart displays the field id along with its value. For example, it displays "2;#Bing" when I'd ...
1
vote
3answers
1k views

How can i create a chart based on a TaskList?

The problem is harder than it sounds. will try to describe it. I have a HelpDesk Task list that consist of a such columns. ...... Title ..... | ... Assigned to | Progress | Due Date | ...
0
votes
1answer
142 views

how can i create a chart to analyze my Tasks list for HelpDesk? [duplicate]

Possible Duplicate: How can i create a chart based on a TaskList? All i need is a chart that can calculate the values from a List, and tell me something like technician Vadim Babaev (Column ...