We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Dec 17, 2019 3:33 AM - edited Dec 17, 2019 6:10 AM
Hello.
I managed to group my rows by date.
The problem I have now - it prints the ids of the dates, I can't set any datetimeformat when printing {{ group.grouper }}
Also when I add a second group option into the first one, it just doubles the content
An example of my code ({{ group.grouper|datetimeformat('%H %p') }} just doesn't work, it sends an error):
{% for group1 in table|groupby('date') %} <p>{{ group.grouper|datetimeformat('%H %p') }}</p> {% for group in table|groupby('time') %} <p>{{ group.grouper }}</p> {% for row in group.list %} <div class="delivery"> <p>{{ row.name }}</p> <p><a href="{{ row.url }}">Url</a></p> </div> {% endfor %} {% endfor %} {% endfor %}
Solved! Go to Solution.
Dec 20, 2019 8:51 AM
Hi @rainism,
do you have a preview-link for the page you're building?
Also - have you tried the
|pprint
filter?
documetation: click me
This should give you an overview of the code and you can debug better.
best,
Anton
![]() | Did my post help answer your query? Help the Community by marking it as a solution |
Dec 20, 2019 8:51 AM
Hi @rainism,
do you have a preview-link for the page you're building?
Also - have you tried the
|pprint
filter?
documetation: click me
This should give you an overview of the code and you can debug better.
best,
Anton
![]() | Did my post help answer your query? Help the Community by marking it as a solution |
Dec 20, 2019 5:14 AM
Hey @rainism
I will tag a few of our experts to learn from them.
Hey @DanielSanchez @Adesignl @Anton could you please share your knowledge with @rainism?
Thank you & Happy Holidays
Sharon
![]() | ¿Sabías que la Comunidad está disponible en Español? ¡Participa hoy en conversaciones en el idioma de tu preferencia,cambiando el idioma en tus configuraciones! Did you know that the Community is available in other languages? Join regional conversations by changing your language settings ! |