0

I have a couple of questions regarding SharePoint 2007.

  1. Is it possible to bind a List View Web Part to SQL Analysis Services using SharePoint configuration?

  2. I have two webparts. When clicking one row of a List View Web Part, I want to show a chart in another web part based on the value on the clicked row. How can I achieve this functionality? Is this possible without writing any code, just by configuring?

Alex Angas
  • 59,219
  • 41
  • 137
  • 210
Shiju
  • 1,313
  • 2
  • 12
  • 14

1 Answers1

1

What you want is the functionality delivered in PerformancePoint, which comes with a SharePoint E-Cal (although it was originally a separate product). The PPS Dashboard Item Web Part does exactly what you're looking for.

Eric
  • 92,005
  • 12
  • 114
  • 115
  • PerformancePoint works pretty well in a SharePoint if they only interact with each other. But PPS "webparts" do NOT talk to standard SharePoint webparts. And working around that is not pretty. – dmo Jun 04 '09 at 05:32
  • @dmo: You're right. What he'd have to do is do a scorecard with a chart in PPS, rather than using a native ListView in SharePoint. – Eric Jun 04 '09 at 05:41