Posts

Showing posts with the label WebParts

Drill Down with the SharePoint Chart WebPart

Image
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