How to get Grand total from a RG (or a data)?

I am trying to do something like this

each item’s Qty * each item’s Price :sum

1 Like

Hi there, you’ll need a plugin like RepeatingGroup Tools (bdk) Plugin | Bubble

I provided a similar answer here with a bit more details:

1 Like

Or may be the sum of eachXelement

i have my RG list count 22
I couldn’t understand why RGdataA’s column1 list count shows 79 ?!

Based on my understanding of your use case, you shouldn’t have a :count in your calculation - try ‘Sum’ instead.

because the result $16,815.00 is incorrect.
so, I check the :count
and wondering how come it’s not 22 ?

the list count RGdataA and my RG should be the same, isn’t it?

1 Like

Ahh I understand what you’re showing now, very interesting. Are you using any kind of filter, pagination, etc on the data in the RG?

I figured, it’s because my RG is under another RG.

1 Like

So do you have it all working as expected?

yes, I figured, probably due to the Extractor name, the plug-in does not work in a nested RG .

thank you for your help!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.