Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Date issue
Hi
Try this
F:load Pointer, Date(Finish,'DD/MM/YYYY') as Finish, Date(Start,'DD/MM/YYYY') as Start, 1 as flag;
LOAD * INLINE [Pointer, Finish, Start1A, 2018-03-25 17:00:00.000, 2018-03-031A, 2018-03-26 01:00:00.000, 2018-03-051A, 2018-03-27 19:00:00.000, 2018-03-031A, -, -1B, 2018-03-25 17:00:00.000, 2018-03-051B, -, -2B, 2018-03-25 17:00:00.000, 2018-03-053A, 2018-03-21 22:40:00.000, 2018-03-034A, -, -5A, 2018-03-21 22:40:00.000, 2018-03-095A, 2018-03-22 12:00:00.000, 2018-03-115A, 2018-03-25 17:00:00.000, 2018-03-055A, 2018-03-26 01:00:00.000, 2018-03-055A, 2018-03-27 23:00:00.000, 2018-03-055A, -, -5B, 2018-03-26 01:00:00.000, 2018-03-055B, -, -Common, -, -1, -, -6, 2018-03-25 17:00:00.000, 2018-03-036, 2018-03-25 17:00:00.000, 2018-03-056, -, -];
Final_T:
load Date(min(Start)),Date(Max(Finish)),PointerResident Fgroup by Pointer;
drop table F;