search next boolean item

Hi, I want to do like this table 

"temp2" Lineitem searches the days from now to next temp1.

 

Time2022/1/12022/1/22022/1/32022/1/42022/1/5 
temp1   
temp213211・・・

 

Is there any function like this?

Best Answer

  • @hyudolee There is no native function that does this,  but you can achieve this one with some simple staging.

     

    jasonblinn_0-1644382472769.png

     

    jasonblinn_1-1644382509574.png

    Essentially I am looking for when the next time is that X is being checked. Once I find that, I can do the math on the difference between the day and the next day that is checked. 

     

     

    Hope this helps!
    Jason

     

Answers