Data Services

Blog Posts

Lists and Libraries

Business Connectivity Services

Access Web Services

Links

Features

Quick Tips

  • If creating from scratch, use the Access Web Database template
  • Learn to like ‘Lookup & Relationships’ field types. Can’t do table joins
  • Use ‘Like’ operator to do Contains filters
  • Don’t forget to set default web form (File – Options – Current Db) before publishing to SharePoint
  • If creating calculated fields in queries, must be on subform (even if hidden) for search filters that use them to work
  • Method for doing a text search filter on lists:
  • Create a field that combines all values to search across, e.g. allNames: [Firstname] & ” ” & [Lastname] & [Preferred]
  • Include it in the form containing records (e.g. datasheet form) but hidden
  • Create main form with text box ‘txtFilter’, add records as subform. Name the subform ‘subForm’
  • Macro for txtFilter:
    - SetTempVar (tmpFilter, txtFilter])
    - SetFilter
    Where Condition: = [allNames] Like “*” & [TempVars]![tmpFilter] & “*”
    Control Name: subForm

PerformancePoint Service

As from SharePoint Server 2010, PerformancePoint is part of the Enterprise Edition and is now known as PerformancePoint Services. It is no longer available as a separate product. Former names are Business Scorecard Manager 2005 and PerformancePoint Server 2007.

See the Data Services page for data connections and supporting services.

Snippets

To display a different master page for a dashboard (e.g. to eliminate navigation – see how under Themes and Branding), define the master page within the dashboard in Dashboard Designer and then deploy to SharePoint.  Each dashboard can be branded with its own master page.

Blog Posts

Useful links

Blogs

© 2006 - 2012 Joining Dots Ltd. All rights reserved.

Content is for information purposes only with no warranties or guarantees regarding accuracy = use at your own risk. Ditto for links to other sites.
All product names, logos, brands and other trademarks referred to within this site are the property of their respective trademark holders.