Repeating group with current date constraint no found any results

Hi, I’m trying to display data in a repeating group, the constraint of the search is Creation date = current date/time. But nothings appear. I have items created today (current day) but the results are nothing. So please help me.




Olá. Boa noite. Acredito que não irá funcionar mesmo, pois você está criando uma restrição de data…

Data da Criação já foi, já passou (passado)

Data atual = presente/futuro

Check sua lógica.

1 Like

Thank you. As you said. I undestood the logic. Thanks for your time anyway

Hi :wave:t2:

You can try this:

Try this:

For items created from today at 12:00:00 am use:
Departure
Created Date >= current date/time : Rounded down

For items created from current date and time for example today at 3:00 pm:
Created Date >= current date/time

IF YOU NEED TO ADD OTHER CONSTRAINT TO CREATE A RANGE

For iteams created TODAY before 11:59:59 pm
Created Date < current date/time + days :1 : Rounded down

For items created before current date/time for example today at 3:00pm
Created Date <= current date/time

You can filter by other date fields that you have created in your Thing (Table) like Initial or End Dates.

Also you can use Date Pickers or Inputs to set the constraints to that other fields.

Hope it helps.

Best wishes,

Juan

2 Likes

Thank you Juan.
I tried that and it works!
I create fields into the Thing and I use that data like constrains of search. Thank you for your support!.

Have a good day.

1 Like

Thank you so much for this. Have been on this for over 3 hours now, till I found your answer

I’m glad it worked :+1:t2:
Happy Bubbling !