0

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

4

2 回答 2

0

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

于 2015-04-14T01:28:11.893 回答
0

How about a query such as:

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
于 2015-04-15T16:15:13.607 回答