Exibir datas no RepeatingGroup sem repetir as datas iguais

Gostaria de uma ajuda, sou iniciante no bubble :smiley:
No meu banco de dados existe uma tabela onde salvo datas, e nela será inserido datas repetidas, por exemplo:
08/04/2022
08/04/2022
09/04/2022
09/04/2022
09/04/2022
10/04/2022
10/04/2022
Eu gostaria de exibir no RepeatingGroup essas datas, porem sem repetir, exibir somente assim.
08/04/2022
09/04/2022
10/04/2022
Seria possível fazer isso no RepeatingGroup? se sim poderia me mostrar como ficaria?

Desde já agradeço.

Hi there, @paulo.soares.lima… you should be able to do what you described by adding the :group by operator to the end of the repeating group’s search. Then, in the Group By dialog, add a new grouping, set the field to group by to the appropriate date field, and set the type of grouping to Day. Finally, set the interval to 1, enter a starting date, and you should be good to go.

Here’s an example for reference…

Hope this helps.

Best…
Mike

1 Like

Funcionou perfeitamente, muito obrigado :smiley:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.