Hello
I need a help on “how to to save” on searches…
I’ve made a calendar to show purchases made in a month.
The calendar is based on a list of dates (date);
I thought about making a list of purchases per day (aggregated) in a single search;
Somehow present the list within the calendar filtering by day.
The idea is that one, but how to do it in Bubble?
Here is the calendar structure
Any help?
to save a search you need to have a place for the search filters to be stored, either custom state or url parameters, then when press button to save, you need data type of ‘search’ with fields for the filters, and use the selected filter values to save the database.
I was not clear in my question…
I’ve got a “List of Dates”, and I’ve generated a “Calendar View” in a (Repeating Group);
say: 01/01/24, 01/02/24, 01/03/24…
I’ve got a “List of agregated Purchases” as Json, that has 2 values ({date : sumValue});
How to display the “List of agregated Purchases” in this “Calendar View”?
system
Closed
April 14, 2024, 10:38pm
4
This topic was automatically closed after 70 days. New replies are no longer allowed.