Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have used intervalmatch and it Works almost Perfect. The problem is that I have start time at 06:44:00 and end time 00:53:00
If I use this as my intervall Field it wont work. I have right now end time 23:59:59 to get it to work.
Do anyone have a smart way to modify the last 53 min? Idont want to generate all times between 00:54 to 06:43 just as a workaround.
The problem is that you are using time only - if you convert these times to timestamps with day portion, then you will not have end times "before" start times. But that may nt work very well for interval matching.
One possible solution is to convert the data to a start time and a duration, but that depends on what you are trying to do with the interval match. If you provide more information, with a small sample qvw and details of the results you require, you will get more specific help.
Hi Jonathan,
here is a sample!
I could add some kind of dummy date to get a Whole timestamp and then "delete" the date part from it.
Like start time 2016-01-01 06:44:00 end time 2016-01-02 00:53:00. but maybe there is a "smoother" way.