The tag has no wiki summary.

learn more… | top users | synonyms

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
26 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.
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 ...
1
vote
1answer
892 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 ...
0
votes
1answer
401 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
237 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 ...
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 ...