Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have to count no of lines between two time slot:
Input data:
Desired output:
How to count it & i have to show it on Line Chart.
Thanks
I think you should use about intervalmatch(). It should be something like this.
table1:load * from inputdatatable2:load * inline[start, end9.30, 9.5910.00, 10.59....];intervalmatch:intervalmatch(time)load start, endresident table2;
after this use join() to join tables