Hi there,
It's a long time since I wrote my last message. I would be grateful if somebody could help me on this issue:
I have this table with these values:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Time In[/TD]
[TD]Time Out[/TD]
[TD]Product ID[/TD]
[/TR]
[TR]
[TD]00:00:10[/TD]
[TD]00:00:13[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]00:00:15[/TD]
[TD]00:00:19[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:01:20[/TD]
[TD]00:01:21[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
and I want to generate multiple rows based on the duration of time In and Out like below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Time In[/TD]
[TD]Product ID[/TD]
[/TR]
[TR]
[TD]00:00:10[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]00:00:11[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]00:00:12[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]00:00:13[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]00:00:15[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:00:16[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:00:17[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:00:18[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:00:19[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:01:20[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]00:01:21[/TD]
[TD]C[/TD]
[/TR]
</tbody>[/TABLE]
Any tip/help would be greatly appreciated
It's a long time since I wrote my last message. I would be grateful if somebody could help me on this issue:
I have this table with these values:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Time In[/TD]
[TD]Time Out[/TD]
[TD]Product ID[/TD]
[/TR]
[TR]
[TD]00:00:10[/TD]
[TD]00:00:13[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]00:00:15[/TD]
[TD]00:00:19[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:01:20[/TD]
[TD]00:01:21[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
and I want to generate multiple rows based on the duration of time In and Out like below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Time In[/TD]
[TD]Product ID[/TD]
[/TR]
[TR]
[TD]00:00:10[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]00:00:11[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]00:00:12[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]00:00:13[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]00:00:15[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:00:16[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:00:17[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:00:18[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:00:19[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]00:01:20[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]00:01:21[/TD]
[TD]C[/TD]
[/TR]
</tbody>[/TABLE]
Any tip/help would be greatly appreciated