Ad Widget

Collapse

请问如何再监控项中取到7天之前的值

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gegewoo
    Junior Member
    • Sep 2020
    • 2

    #1

    请问如何再监控项中取到7天之前的值

    各位大神好,我想获得一个值,值得结果是用现在获得到的值减去7天前的值,但是一直无法实现

    我用的表达式为 last("aa")-last("aa",604800) 但是这样获得到的值是0,说明last("aa")和last("aa",604800)的值是一样的,请 问我该如何实现所要的功能?谢谢
    Last edited by gegewoo; 25-09-2020, 10:35.
  • gegewoo
    Junior Member
    • Sep 2020
    • 2

    #2
    自己解决了,表达式应该为last("aa")-last("aa",0,7d)

    Comment

    Working...