在odm中自定义查询

时间:2015-04-13 07:14:33

标签: jrules

我需要在brms中自定义我的查询,以便在某个日期生效的所有规则都应该被触发。我的决策表中有一个规则集变量作为“当前日期”和“有效开始日期”变量。 我需要自定义我的查询,以便每当“当前日期=某个日期”时,它应检查所有规则的生效日期并触发真实的规则。

2 个答案:

答案 0 :(得分:0)

您可以在决策表上定义一个前提条件,检查有效开始日期是否等于或等于当前日期。

答案 1 :(得分:0)

查询如下:

Find all decision tables such that each decision table uses the value of the current date of the session and the effective date of each decision table is before or the same as the current date of the session