can I create filter in glide for total sales within a certain period
For example: from 1 Sept to 14 Sep
can I create filter in glide for total sales within a certain period
For example: from 1 Sept to 14 Sep
Sure! There are probably a few ways to do this, but here’s what comes to mind first:
I think the OP also wants to sum the amounts of the filtered list, so maybe a couple of extra steps required, ie:
true
How do I make Glide give me the row totals on the given date
See my reply above
Haha you’re very right! I had that on my mind but somehow I didn’t finish typing my thoughts. Thanks for finishing this one off!
I understand the first two steps, but what is the equation that will sum the rows between the given date?
The key is to create a multiple relation that pulls all the results of the search. From there, you create a Rollup column — in a rollup, you can choose to perform a few different operations on the data — count, sum, etc. In your case, sum the data the multiple relation gathers.
I tried and it didn’t work, is there a similar video that you can help me with please?
Can you show what you did to see why it didn’t work?
“Rollup” can be used to do calculations through the results of multiple relations.
It has been successfully implemented.