Showing posts with label SharePoint. Show all posts
Showing posts with label SharePoint. Show all posts

Thursday, July 26, 2007

Let's Talk about .. MOSS2007-Excel Web Access

Today I participated the training course of How to apply MOSS2007 Excel Web Access. The instructor teached about the basic concepts of the important features of Excel Web Access in MOSS2007.

Interaction between Excel Service & Excel
- View the latest formular results.
- Refresh the live data from an extended data sources such as OLAP cube.
- Navigate the different worksheets, parts of the worksheets, or selected named items in workbook such as chart or excel table.
- Sort and filter data.
- Expand or collage levels of data and use a report filtering a Pivot Table report.

Security
- We don't have to worry about the security coz it leverages the security infrastructure provided by SharePoint.
- We can scale up add more CPU

Excel Service Config
- Excel Calculation Service
  • Open SharePoint 3.0 Central admin site
  • Click on Operation Tab
  • Click on Services on the Server link from the topology and Service

Trusting the Location
- Workbooks must be placed in trusted location.
- Call to open fails if it comes from untrusted site.
- Trust a location using SharePoint 3.0 Central admin or Script.


Pivot Table (Pivot = round; rotate)
- Pivot Table reports are tables that organized and summarize info for easier analysis
- Its grapical representations of the same data
- PivotTable and PivotChart are interactive -> trend & relationships


Name Item
- Normally we user the name of the coumn as the name of variable we call, but when the column is changed, the formular got problems.
- In office 2007, we can refer it by the name instead of the column.


Parameterized Excel
- Interactivity

  • we can define cell in excel as parameterized .
  • we can work with the parameter task pane (the right-hand-side windows in OfficeEx. Textbox, list box ) -- Value of drop down in task pane come from SQL server. User defines, then export the parameter via the parameter task pane.
  • we can see the changes in the data / reports

- Visibility we can show / hide sheet and/or part of data

Tuesday, July 10, 2007

Let's Talk about .. MOSS 2007

.. I have to use Microsoft SharePoint Server (MOSS) 2007 for the project that I was assigned. This is the first time that I use MOSS 2007. I know from MSDN Magazine that there are many better features than SharePoint Portal Server (SPS) 2003.

MOSS 2007 is built on top of Windows SharePoint Services 3.0 or WSS 3.0 and ASP.NET 2.0. Therefore, MOSS 2007 portal sites are created using WSS features and site definitions along with ASP.NET building blocks such as Master Pages and Web Parts and are added by ASP.NET components such as server-side controls and custom Web Parts. The special features are Portal and Search.

There are the extra dimension inside MOSS 2007 - Web Content Management, Document & Record Management, Business Process Integration and Forms, and Business Intelligence.

One of the Business Intelligence Features is the Excel Service which is a server-side version of the traditional Excel calculation engine on top of WSS 3.0. Users can see the numbers displayed by a worksheet within Browser.

For the Managing Documents and Business Processes, MOSS 2007 introduces "InfoPath Forms Services" that also renders the InfoPath within Browser. And we can use InfoPath 2007 Form Designer to create Web-enabled forms.

That's just a little introduction of the "Assembly and Configure" Philosophy application, MOSS
2007.