Drill Down with the SharePoint Chart WebPart

There is a new webpart in SP 2010, the chart webpart, which is very impressing. You can connect it to SharePoint List and WebParts.

Today I wanted to drill down the pages when I click an element of the webpart. It seems that Microsoft bought this webpart from Dundas, so you have to look the syntax there

http://support2.dundas.com/Default.aspx?article=1132
http://support2.dundas.com/Default.aspx?article=1205

Follow the steps:


Step I

Step II
In step 3 click "next" also in step 4.

In step 5 click on the "Hyperlinks and Tooltips" tab. Enter following Url to the fiels:

http://yourdomain.com/yoursite/yourlist/allitems.aspx?Filterfield1=Title&FilterValue1=#LABEL

whereas #LABEL is a keyword mentioned in the support links above

Comments

Anonymous said…
I have been looking for this for 2 weeks, virtually given up hope. Thank you for posting this. Very helpful. it works!

One typo in the parameter Filterfield1= .. second f should be caps like
FilterField1=

Thank you again!
Anonymous said…
You should also take a look at the Nevron Chart web part, it provides much more flexibility and options.
Here is a nice topic how to create a drill down chart in SharePoint: Interactive drill-down chart in SharePoint
Blogger said…
thank you boss...its working :)
Anonymous said…
The Kettic Chart control is able to create drill down chart in C#.NET flexibly.

Popular posts from this blog

Ways to redirect http requests in SharePoint

Open SharePoint 2010/2013 Display, Edit, New Forms in Modal Dialogs

How to create a FAQ in SharePoint with OOB features