Hi,
i have a problem with this formular:
when the difference between current timestamp and next timestamp is bigger then 15 minutes it should be flaged with "1"
where is my mistake?
Hey @df
Swap the order of your fields
@LordNeilLord
Part time Tableau, Part Time Alteryx. Full Time Awesome
I was going another direction:
IF DateTimeDiff([Row+1:Timestamp],[Timestamp],"Minutes") > 15THEN 1ELSE 0ENDIF
swap the variables.
Cheers,
Mark
I actual change my mind...but still got it correct!
Oh well, you have answers for any way you want to do it