Hey guys!
I have a table with this format:
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Date[/TD]
[TD]Day[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]31.12.2017[/TD]
[TD]So[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]01.01.2018[/TD]
[TD]Mo[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]06.01.2018[/TD]
[TD]Sa[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]13.01.2018[/TD]
[TD]Sa[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]14.01.2018[/TD]
[TD]So[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]15.01.2018[/TD]
[TD]Mo[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]01.01.2018[/TD]
[TD]Mo[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
Now I have this aim:
I have a table that lists all IDs.
Now I want to know, if somebody have any entrys 3 weekends in a row.
So, the guy above have worked 3 weekends in a row.
How can I get this informationen?
Especially, if there is a year change.
Does anyone have any idea?
Best regards
I have a table with this format:
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Date[/TD]
[TD]Day[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]31.12.2017[/TD]
[TD]So[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]01.01.2018[/TD]
[TD]Mo[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]06.01.2018[/TD]
[TD]Sa[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]13.01.2018[/TD]
[TD]Sa[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]14.01.2018[/TD]
[TD]So[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]15.01.2018[/TD]
[TD]Mo[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]01.01.2018[/TD]
[TD]Mo[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
Now I have this aim:
I have a table that lists all IDs.
Now I want to know, if somebody have any entrys 3 weekends in a row.
So, the guy above have worked 3 weekends in a row.
How can I get this informationen?
Especially, if there is a year change.
Does anyone have any idea?
Best regards