Hi,
I'm trying to write a formula that will add a duration to a datetime and then evaluate if the datetime of the next row is equal or bigger than my calculated value, how do I tell the formula to look at the datetime field of next row?
Row indexing in formulas is not available in Omniscope yet. This is in part due to the potential for confusion between the unfiltered data (where the formulas are calculated) and the filtered data (which you typically look at). For example, a running total would not appear to run if you were filtering. We hope to address this in future.
You may be able to achieve the effect you want by hacking the SUBSET and SUBSET_SINGLETON functions to identify the cell you want.