Filtering dates in an RG

Hello
I would like to resolve a doubt

I put the situation:

I need that the information of the first image that is of type date (I attach below the images in order) is filtered in a Repeating Group appearing on the screen only the selected day.

That is to say, I have the day 15/10 and 17/10 and in the Date/Time Picker I select the day 15/10, as a result the RG will only show me the day 15/10 as many times as this one.

Hello
I would like to resolve a doubt

I put the situation:

I need that the information of the first image that is of type date (I attach below the images in order) is filtered in a Repeating Group appearing on the screen only the selected day.

That is to say, I have the day 15/10 and 17/10 and in the Date/Time Picker I select the day 15/10, as a result the RG will only show me the day 15/10 as many times as this one.

*The images in order of the explanation:

imagen
imagen
imagen

Hi @oshill463

Assuming the “FechaEntrada” field is of type date; use the following constraint in your RG:

FechaEntrada >= Date/Time Picker A change hours to 0 change minutes to 0 change seconds to 0
FechaEntrada <= Date/Time Picker A change hours to 23 change minutes to 59 change seconds to 59

The RG will therefore only show records that were entered within that day

Perfect, I’ll give it a try

Yes, the FechaEntrada field is of type date