The CreatorCon Call for Content is officially open! Get started here.

Possibility of “Binomial Distribution” & “Probability Mass Function” within ServiceNow

Ankita Amboli
Tera Expert

Is there a possibility of building “Binomial Distribution” & “Probability Mass Function” within ServiceNow without leveraging any external tool?

12 REPLIES 12

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.

Hi @Ankita Amboli 

 

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.

Dr Atul G- LNG
Tera Patron
Tera Patron

@Ankita Amboli 

 

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]

****************************************************************************************************************

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.

Hi @Ankita Amboli 

 

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]

****************************************************************************************************************