How come Calculated score coming in Qualitative risk rating?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 11:15 PM - edited 11-29-2024 11:18 PM
1) Does the formula for calculated ALE is same for both Qualitative and Quantitative risk ratings?
2) In both the cases how come calculated score is populating??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2024 01:47 AM
These are below formulas utilise to populate -
- Qualitative Inherent ALE = Inherent ARO x Inherent SLE
- Qualitative Inherent Score = Inherent Likelihood x Inherent impact
- Quantitative Residual ALE = Residual ARO x Residual SLE
- Qualitative Residual Score = Residual SLE
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2024 08:46 AM - edited 11-30-2024 08:47 AM
Thanks for your reply but the above not included what I am looking for?
I am searching for how calculated score is coming ?? and does the Calculated ALE formula is same for both quantitative and qualitative risk ratings? Pls look at my image I posted in body.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 04:08 AM
@Manikantahere the wording of your question is a little odd.
Based on your screen shot you are not using advanced risk assessments. These fields in this screen shot are only visible if you have not migrated to Advanced Risk.
--- This involves not only installed the Advanced Risk application, but also setting the system property to migrate to advanced risk. When you do that these fields are hidden and the risk score is presented differently.
If you are asking why the calculated scoring is being filled in, that is probably because of a business rule that is running a script include. I'm not sure of the exact business rule. There is also an on-demand training on Classic Risk Assessment. This is a free course and last less than an hour. https://nowlearning.servicenow.com/lxp/en/governance-risk-and-compliance/grc-classic-risk-assessment...
If you are asking where are formulas that do this calculation - then I suggest you look at the business rules on the sn_risk_risk table. Those will probably lead you to the right script include. Or you could browse all the script includes that are part of the GRC: Risk Management scope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 04:59 AM
Thanks for your reply @Jan Spurlin.
As you said I haven't migrated to advanced risk this is the form in classic risk only.
if you can see the form I understand that Calculate ALE comes with formula i.e Calculated ALE = Residual ALE + ((Inherent ALE - Residual ALE) * (Calculated Risk Factor / 100)).
but calculated score is populating based on what I am not getting that's where I pointed out my question.
anyhow will look the video that you have share here.