Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 02:40:55 +0000



Post From: how to pass an alert condition to sc.EvaluateAlertConditionFormulaAsBoolean function?

[2019-02-28 16:33:02]
User525733 - Posts: 126
say,

if i want to build the alert condition based on user input (using sc.GetstudyID and sc.GetsubgraphIndex ) would putting this stuff inside the

if (sc.SetDefaults)
{
}

block help make the process more efficient? i don't want to expend processing time rebuilding the alert condition on every call to the study.