Good day,
I need to calculate the number of passage of people through a gate on the same day of today but of last year.
I have the timestamp of the passage in this format
My table (Passage) is like this:
<tbody>
</tbody>
I would like to know how many people passed in total last year the 6th of June
I understood I have to work with calculations but I am not able to figure out how to obtain a value in format dd/mm/yyyy that I can use to filter the main table Passage.
Thanks in advance for helping.
I need to calculate the number of passage of people through a gate on the same day of today but of last year.
I have the timestamp of the passage in this format
My table (Passage) is like this:
06/06/2019 10:04:15 | 1 |
06/06/2019 10:04:18 | 1 |
<tbody>
</tbody>
I would like to know how many people passed in total last year the 6th of June
I understood I have to work with calculations but I am not able to figure out how to obtain a value in format dd/mm/yyyy that I can use to filter the main table Passage.
Thanks in advance for helping.