I just joined Bubble and after going through a couple of hours of training i feel i can venture into my first app.
I need the help of the community though to understand an important functionality.
Here goes:
I want to input an event with a recurring nature and then be able to generate all individual events stemming from it, in order to be able to do calculations and charting.
Example:
Setting up a data type “Obligation” with fields “Amount” , “Frequency” (1-monthly, 2-every six months, 3-annually), “StartOfObligation” (should denote the first date ahead for the obligation), “HowmanyTimesObligationRepeats” (number)
Based on this input i would like to input multiple obligations with different details and then
create a report that goes up to 12 months ahead and give for every month the total obligations due
create a corresponding chart
Is there a way to do this in Bubble, and if yes, can you provide some guidance / reference?
I would avoid the temptation to create a “thing” for every obligation, and have a template instead to represent the pattern. So pretty much as you have done.
Then you can have a repeating group that shows the 12 obligations, and calculate their dates. That is obviously the trickier bit.
Can you provide some guidance on how i could set up such a template?
If I used an SQL db, i guess i would maintain an events table and i would generate all 12 obligations as entries within the table. But is there a way to do this without linking the Bubble app to an SQL db?