Date-Range doesn't work on a Report

Hello community:
I have a very strange question about date ranges in a report. I am creating a report with the finished appointments of a company, the user can choose the date range that he wants to save in a PDF and a couple of more criteria.
However, something is not working when I ask you to filter a range of dates (From-To). The strange thing is that the criterion โ€œFromโ€ does it correctly, but when I apply โ€œToโ€, the report does not filter and add all the records until the last recorded date of the table. Has anyone had a similar problem and solved it?

Thanks!!!

Solved Solved
0 5 500
1 ACCEPTED SOLUTION

[_THISROW] is missing from your formula. You need to use [Fecha]>=[_THISROW].[Fecha_Inicio] and same for the other one.

View solution in original post

5 REPLIES 5
Top Labels in this Space