Solved! Go to Solution.
Hi @TomBock ,
Here is a method:
The formulas are:
IF isnull([Row-1:Amount]) THEN null() ELSE ABS([Amount] - [Row-1:Amount]) ENDIF
and
IF IsNull([Row+1:Date1]) THEN null() ELSE DateTimeDiff([Row+1:Date1],[Date2],"Seconds") ENDIF
Note: I did the time delta in seconds.
@Clifford_Coon -- wow, that's PERFECT!!
Many thanks for your assistance w/ this question... I very much appreciate it.
Cheers,
Tom
User | Count |
---|---|
91 | |
79 | |
62 | |
36 | |
36 |