Hey,
I want to look at all rows within 10 minutes and filter all rows with the same Variables in "nr1" and "nr2"
for example the first row: look at all rows with timestamp between "12.01.2018 08:00:20" and "12.01.2018 08:10:20"
AND if they have the same content in "nr1" and "nr2" filter it.
row 2 should be filtert. (same content in "nr1" and nr2" and within the timespan)
row 3 should not be filterd. (not same content in "nr1" and "nr2")
row 4 should not be filterd. (not in timespan)
Date | Date+10min | Nr1 | Nr2 | |
12.01.2018 08:00:20 | 12.01.2018 08:10:20 | X | X | |
12.01.2018 08:05:20 | 12.01.2018 08:15:20 | X | X | |
12.01.2018 08:07:30 | 12.01.2018 08:17:30 | A | A | |
12.01.2018 08:15:00 | 12.01.2018 08:25:00 | X | X |
I think i need something like the "multi-row Formular" but i dont need a specific number of rows.