How to hide views for certain users on SharePoint

How to hide views for certain users on SharePoint

We have a task list which is used to record all users’ tasks. In the list, each user has a view which only shows their own tasks. This view is called My Tasks. And there is another view called All Tasks to show all tasks for the manager. We want to: a. Each user can […]

Errors you may meet when install SharePoint 2016

Errors you may meet when install SharePoint 2016

When I install and deploy SharePoint 2016, I find a very useful blog which instructs the installation step by step. http://mstechtalk.com/sharepoint-server-2016-installation-step-by-step But I still encounter some issues when install and deploy SharePoint 2016, and I will introduce how to solve them in this blog. 1. Error in process of Prerequisite installation. When I run the […]

New and Improved Features of SharePoint 2016 - 3

New and Improved Features of SharePoint 2016 – 3

Hi guys, let us continue to explore the new and improved features about SharePoint 2016. Sharing Improvements SharePoint Server 2016 has many new sharing improvements available. Including: Create and share a folder   Sharing hit See who the folder is shared with when viewing a folder. Members can share Unlike the past versions of SharePoint, […]

New and Improved Features of SharePoint 2016 - 2

New and Improved Features of SharePoint 2016 – 2

Continue the previous blog, let us learn more new and improved features about SharePoint 2016. Hybrid in SharePoint Sever 2016 Hybrid sites Hybrid sites features allows your users to have an integrated experience while using SharePoint Server and SharePoint Online sites: Users can follow SharePoint Server and SharePoint Online sites, and see them consolidated in […]

New and Improved Features of SharePoint 2016 - 1

New and Improved Features of SharePoint 2016 – 1

On 14th March 2016, Microsoft announces the release of SharePoint 2016 RT, this is an important milestone of SharePoint 2016 release, and includes many new capabilities for users, IT workers and administrators. Microsoft has announced the new or improved features of SharePoint 2016 early, here are some features. Compliance Center in SharePoint 2016 The Compliance […]

Create a Weekly Report from a task list using Document Maker

Create a Weekly Report from a task list using Document Maker

I have a task list which monitors tasks status and manages risks. Every week, I have to report the task status to my manager. Obviously, it is inefficient to copy tasks data to the document and send the report to my manager. So, I decide to create the weekly report by Document Maker. And here […]

How to calculate lookup column in SharePoint list

How to calculate lookup column in SharePoint list

SharePoint Calculated column is very powerful when creating out-of-the-box solutions. You can use it to calculate values from other columns. SharePoint Calculated Column supports almost column types, but does not support lookup column. So if you want to calculate value of lookup column, you need to try some methods, such as SharePoint Designer workflow. This […]

Calculated Boost Field Use Cases

Calculated Boost Field Use Cases

Calculated Boost Field is a field which enables you to do calculate based on other columns like SharePoint Calculated column. With Calculated Boost, you can design powerful formula and complete complicated calculation. Calculated Boost supports more column types than SharePoint OOTB calculated column, including People, Lookup, Note, ID, Content Type etc. Even better, you can […]