ArtsAutosBooksBusinessEducationEntertainmentFamilyFashionFoodGamesGenderHealthHolidaysHomeHubPagesPersonal FinancePetsPoliticsReligionSportsTechnologyTravel

Leveraging-SharePoint to implement ITIL

Updated on September 11, 2014

Who Is This For?

IT executives and managers looking for practical SharePoint tools and content that can be quickly implemented to support ITIL adoption.

Use SharePoint Calculated Column to Select Value from Matrix - Part 1

Rather than start from the beginning, let’s jump right into something you might find useful.

1) At some point in your ITIL journey, you will run into IT Risk Management and the requirement to classify IT risks based on characteristics from 2 or more dimensions.

2) As you already know, a SharePoint list is an ideal repository to manage items and conditional and Boolean functions in SharePoint calculated columns are useful to automatically categorize items.

3) What happens when we combine 1) and 2)?

For example, consider the following IT risk characteristics:

Impact:

  • High (H) – Significant impact
  • Medium (M) – Moderate impact
  • Low (L) – Low impact

Likelihood:

  • High (H) – Likely to occur and/or has already occurred
  • Medium (M) – May occur
  • Low (L) – Low possibility of occurring

Mitigation Planning:

  • High (H) – Full mitigation plan in place, implementation underway
  • Medium (M) - Partial mitigation plan in place, implementation may or may not be underway
  • Low (L) – Mitigation plan under development

The different combinations of these IT risk characteristics may be summarized in the following matrix:

Risk Assessment Codes

The 3 Risk Assessment Codes (RAC) are defined as follows:

RAC 1 – High risk: medium to high impact, medium to high likelihood of occurrence & partial or no mitigation plan in place
RAC 2 – Medium risk: partial or no mitigation plan in place
RAC 3 – Low risk: partial or complete mitigation plans in place

How can we use a SharePoint calculated column to automatically select from the matrix the correct Risk Assessment Code based on the values selected for Impact, Likelihood and Mitigation Planning?

use SharePoint calculated column to select value from matrix - PART 2

We will first need to re-sort the RAC table and group the rows by RAC score. Why? Because we will group all combinations of Impact, Likelihood and Mitigation Planning that result in the same RAC score under the same conditional IF function in the calculated column to return that RAC score. It's easiest to use Microsoft Excel to do this sorting. After re-sorting, the RAC table from Part 1 will look like this:

The formula for the SharePoint calculated column to select the correct RAC score is:

=IF(OR(AND(Impact="Low",Likelihood="Low",OR(Mitigation="Medium",Mitigation="High")),AND(Impact="Low",Likelihood="Medium",OR(Mitigation="Medium",Mitigation="High")),AND(Impact="Low",Likelihood="High",OR(Mitigation="Medium",Mitigation="High")),AND(Impact="Medium",Likelihood="Low",OR(Mitigation="Medium",Mitigation="High")),AND(Impact="Medium",Mitigation="High",OR(Likelihood="Medium",Likelihood="High")),AND(Impact="High",Mitigation="High",OR(Likelihood="Low",Likelihood="Medium",Likelihood="High"))),"3",IF(OR(AND(Likelihood="Low",Mitigation="Low",OR(Impact="Low",Impact="Medium",Impact="High")),AND(Impact="Low",Mitigation="Low",OR(Likelihood="Medium",Likelihood="High")),AND(Impact="Medium",Mitigation="Medium",OR(Likelihood="Medium",Likelihood="High")),AND(Impact="High",Likelihood="Low",Mitigation="Medium")),"2",IF(OR(AND(Impact="Medium",Mitigation="Low",OR(Likelihood="Medium",Likelihood="High")),AND(Impact="High",Likelihood="Medium",OR(Mitigation="Low",Mitigation="Medium")),AND(Impact="High",Likelihood="High",OR(Mitigation="Low",Mitigation="Medium"))),"1")))

As brutal as this looks, the organizing principles behind it can be used in any scenario where you need to select a value from a matrix with two or more dimensions. We will review these in the next part.

RAC 3

use SharePoint calculated column to select value from matrix – PART 3

Using the re-sorted table, we can separate and breakdown the different sections of the formula for the SharePoint calculated column as follows:

For RAC 3

"=IF(OR(AND(Impact=”Low”,Likelihood=”Low”,OR(Mitigation=”Medium”,Mitigation=”High”))," which means "if Impact and Likelihood are Low and Mitigation is either Medium or High...then RAC is 3"

"AND(Impact=”Low”,Likelihood=”Medium”,OR(Mitigation=”Medium”,Mitigation=”High”))," which means "if Impact is Low and Likelihood is Medium and Mitigation is either Medium or High...then RAC is 3"

"AND(Impact=”Low”,Likelihood=”High”,OR(Mitigation=”Medium”,Mitigation=”High”))," which means "if Impact is Low and Likelihood is High and Mitigation is either Medium or High...then RAC is 3"

"AND(Impact=”Medium”,Likelihood=”Low”,OR(Mitigation=”Medium”,Mitigation=”High”))," which means "if Impact is Medium and Likelihood is Low and Mitigation is either Medium or High...then RAC is 3"

"AND(Impact=”Medium”,Mitigation=”High”,OR(Likelihood=”Medium”,Likelihood=”High”)), " which means "if Impact is Medium and Mitigation is High and Likelihood is either Medium or High...then RAC is 3"

"AND(Impact=”High”,Mitigation=”High”,OR(Likelihood=”Low”,Likelihood=”Medium”,Likelihood=”High”))),”3″" which means "if Impact is High and Mitigation is High and Likelihood is either Low, Medium or High...then RAC is 3"

RAC 2

For RAC 2

"IF(OR(AND(Likelihood=”Low”,Mitigation=”Low”,OR(Impact=”Low”,Impact=”Medium”,Impact=”High”))," which means "if Likelihood and Mitigation are Low and Impact is either Low, Medium or High...then RAC is 2"

"AND(Impact=”Low”,Mitigation=”Low”,OR(Likelihood=”Medium”,Likelihood=”High”))," which means "if Impact and Mitigation are Low and Likelihood is either Medium or High...then RAC is 2"

"AND(Impact=”Medium”,Mitigation=”Medium”,OR(Likelihood=”Medium”,Likelihood=”High”))," which means "if Impact and Mitigation are Medium and Likelihood is either Medium or High...then RAC is 2"

"AND(Impact=”High”,Likelihood=”Low”,Mitigation=”Medium”)),”2″" which means "if Impact is High and Likelihood is Low and Mitigation is Medium...then RAC is 2"

RAC 1

For RAC 1

"IF(OR(AND(Impact=”Medium”,Mitigation=”Low”,OR(Likelihood=”Medium”,Likelihood=”High”))," which means "if Impact is Medium and Mitigation is Low and Likelihood is either Medium or High...then RAC is 1"

"AND(Impact=”High”,Likelihood=”Medium”,OR(Mitigation=”Low”,Mitigation=”Medium”))," which means "if Impact is High and Likelihood is Medium and Mitigation is either Low or Medium...then RAC is 1"

"AND(Impact=”High”,Likelihood=”High”,OR(Mitigation=”Low”,Mitigation=”Medium”))),”1″)))" which means "if Impact and Likelihood are High and Mitigation is either Low or Medium...then RAC is 1"

Conclusion

In practice, use Conditional Formatting in SharePoint Designer to color code the RAC value as desired. See the example below.

And use the same sorting and grouping principles to select values from complex matrices with more than 3 dimensions.

Use Conditional Formatting to color code your RAC values.
Use Conditional Formatting to color code your RAC values.

Did you find this post valuable?

Cast your vote for SharePoint Calculated Column and Values from Matrix

© 2014 sharepointitil

working

This website uses cookies

As a user in the EEA, your approval is needed on a few things. To provide a better website experience, hubpages.com uses cookies (and other similar technologies) and may collect, process, and share personal data. Please choose which areas of our service you consent to our doing so.

For more information on managing or withdrawing consents and how we handle data, visit our Privacy Policy at: https://corp.maven.io/privacy-policy

Show Details
Necessary
HubPages Device IDThis is used to identify particular browsers or devices when the access the service, and is used for security reasons.
LoginThis is necessary to sign in to the HubPages Service.
Google RecaptchaThis is used to prevent bots and spam. (Privacy Policy)
AkismetThis is used to detect comment spam. (Privacy Policy)
HubPages Google AnalyticsThis is used to provide data on traffic to our website, all personally identifyable data is anonymized. (Privacy Policy)
HubPages Traffic PixelThis is used to collect data on traffic to articles and other pages on our site. Unless you are signed in to a HubPages account, all personally identifiable information is anonymized.
Amazon Web ServicesThis is a cloud services platform that we used to host our service. (Privacy Policy)
CloudflareThis is a cloud CDN service that we use to efficiently deliver files required for our service to operate such as javascript, cascading style sheets, images, and videos. (Privacy Policy)
Google Hosted LibrariesJavascript software libraries such as jQuery are loaded at endpoints on the googleapis.com or gstatic.com domains, for performance and efficiency reasons. (Privacy Policy)
Features
Google Custom SearchThis is feature allows you to search the site. (Privacy Policy)
Google MapsSome articles have Google Maps embedded in them. (Privacy Policy)
Google ChartsThis is used to display charts and graphs on articles and the author center. (Privacy Policy)
Google AdSense Host APIThis service allows you to sign up for or associate a Google AdSense account with HubPages, so that you can earn money from ads on your articles. No data is shared unless you engage with this feature. (Privacy Policy)
Google YouTubeSome articles have YouTube videos embedded in them. (Privacy Policy)
VimeoSome articles have Vimeo videos embedded in them. (Privacy Policy)
PaypalThis is used for a registered author who enrolls in the HubPages Earnings program and requests to be paid via PayPal. No data is shared with Paypal unless you engage with this feature. (Privacy Policy)
Facebook LoginYou can use this to streamline signing up for, or signing in to your Hubpages account. No data is shared with Facebook unless you engage with this feature. (Privacy Policy)
MavenThis supports the Maven widget and search functionality. (Privacy Policy)
Marketing
Google AdSenseThis is an ad network. (Privacy Policy)
Google DoubleClickGoogle provides ad serving technology and runs an ad network. (Privacy Policy)
Index ExchangeThis is an ad network. (Privacy Policy)
SovrnThis is an ad network. (Privacy Policy)
Facebook AdsThis is an ad network. (Privacy Policy)
Amazon Unified Ad MarketplaceThis is an ad network. (Privacy Policy)
AppNexusThis is an ad network. (Privacy Policy)
OpenxThis is an ad network. (Privacy Policy)
Rubicon ProjectThis is an ad network. (Privacy Policy)
TripleLiftThis is an ad network. (Privacy Policy)
Say MediaWe partner with Say Media to deliver ad campaigns on our sites. (Privacy Policy)
Remarketing PixelsWe may use remarketing pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to advertise the HubPages Service to people that have visited our sites.
Conversion Tracking PixelsWe may use conversion tracking pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to identify when an advertisement has successfully resulted in the desired action, such as signing up for the HubPages Service or publishing an article on the HubPages Service.
Statistics
Author Google AnalyticsThis is used to provide traffic data and reports to the authors of articles on the HubPages Service. (Privacy Policy)
ComscoreComScore is a media measurement and analytics company providing marketing data and analytics to enterprises, media and advertising agencies, and publishers. Non-consent will result in ComScore only processing obfuscated personal data. (Privacy Policy)
Amazon Tracking PixelSome articles display amazon products as part of the Amazon Affiliate program, this pixel provides traffic statistics for those products (Privacy Policy)
ClickscoThis is a data management platform studying reader behavior (Privacy Policy)