Reactive state engine problem "Can't use sequence sensitive function next" and "steps must be a positive integer" when using move(x,-1)

Reactive state engine problem "Can't use sequence sensitive function next" and "steps must be positive integer" when using move(x,-1).

example code is as under:

metrics1=<iif(ts>next(ts),1,NULL)>

When using this code engine gives error "Can't use sequence sensitive function next"


I modified the code with move as under:

metrics1=<iif(ts>move(ts,-1),1,NULL)>

Then it gives an error "Steps must be a positive integer"


Please solve the problem as soon as possible.

Thanks & regards,

Vishvesh Upadhyay

请先 登录 后评论

1 个回答

alex

Hi:
1. Sorry, sequence sensitive function isn't supported in reactive engine yet

2. Yes, the params to move must be positive, for now.

We will inform you if these features are available in the future.

Regards

请先 登录 后评论
  • 1 关注
  • 0 收藏,919 浏览
  • Vishvesh Upadhyay 提出于 2022-01-27 14:36

相似问题