I have no problems rolling up the cumulative data, but I can’t figure out how to rollup only this week’s data or this month’s data with Big Table restrictions.
All of this data is being pulled via API so instead of calculating week end date/month end date in Glide, I am calculating these in my automation in N8N.
Then in the main table I am rolling up to (which is a regular Glide Table), I calculate week end date and month end date.
Then I do two queries, one for this month’s campaigns one for this week’s campaigns with the filter Week/Month End Date is on or after Week/Month End Date.
I can then do the rollup from the query, which acts as a conditional rollup.
Not sure if that made sense lol but the only solution I could figure out to get this to work.