Possibility of “Binomial Distribution” & “Probability Mass Function” within ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 01:37 AM - edited 01-28-2024 10:13 PM
Is there a possibility of building “Binomial Distribution” & “Probability Mass Function” within ServiceNow without leveraging any external tool?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 04:00 AM
Hi @Amit Verma,
No. The other application is calculating the values, same way we want ServiceNow to calculate the values instead of integrating anything from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 04:06 AM - edited 01-29-2024 04:07 AM
Then you can configure a flow with a custom action which can run Script Step for you to do the calculations. Inside the script step, you need to make use of formulae's to calculate the distributions. Once done, you can make use of Update Record action to set the values to the table.
Please note that this is only possible if you have all the required inputs to do the calculation available inside the instance.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 02:32 AM
Its not SNOW... its SN or ServiceNow
I doubt it is available OOTB, and these are mostly stats work.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 11:08 PM - edited 01-28-2024 11:13 PM
Hi @Dr Atul G- LNG,
This is not available OOTB. This formula is used in another application and that calculation we need to apply in ServiceNow table. So just wanted to understand what all ways do we have to achieve it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 03:15 AM
1. do you need only data from other app?
2. do you want to run this formula in ServiceNow.
In both cases, for 1st one do Integration and for 2nd I doubt SN provide this much stats calculation in standard reporting or in PA.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************