I have a monthly plan table in Xano.
I want to a quarterly report which collates data from all 3 months in the quarter on a different page in Weweb.
What’s the most efficient way to do this? Do I need to create a whole new table for “Quarters”, even if the quarterly report has no new information, it is just data from the 3 monthly plans within the quarter?
Meaning I have to create a whole new “quarter report” everytime a monthly plan is created?
Or is there a faster way to query all the monthly data, turn them into an array of quarters automatically?
I hope this makes sense…