Showing posts with label web part. Show all posts
Showing posts with label web part. Show all posts

Thursday, June 6, 2013

Sharepoint 2010 : Adding chart

This web part must be download and install first to be use in Sharepoint 2010.
You can find the installer here:

http://www.amrein.com/apps/page.asp?Q=5749

And it is FREE!
If you are the administrator, you can download and install it by yourself. Otherwise, ask your web administrator instead :)

By the way, I have tried to use this feature.

If the feature has been installed in Sharepoint server, the feature will be in the web part list. So you just have to add the web part :)

The chart can extract data from the existing list in your site, or you add a new list.

Configure the setting in Miscellanous part when you edit the web part. If you configure it correctly, the chart will be shown at the web part zone as example below:


chart.png


 Now you can have graphic on your site!

:)

Wednesday, April 17, 2013

Sharepoint 2010 : Securing Your Web Part

When to secure your web part?
Scenario:
Let say you have a page with some information; most of the information there is for public viewing. It’s just that a part of it is not meant for public. So instead of having 2 pages with 90% similar information, you can actually have 1 page with some confidential information – only for selected users.
What you have to do is create a separate web part for the confidential information and assign target audiences for the confidential information.

With this, information in this web part is secured and cannot be view by public.
As simple as that!