Hello,
I have a repeating group where i - in the RG - calculate an hour difference(like 0,5 hours, 2 hours etc).
In a different - normal - group i want to showcase the total number of hours(0,5+2 etc), is thispossible?
Hello,
I have a repeating group where i - in the RG - calculate an hour difference(like 0,5 hours, 2 hours etc).
In a different - normal - group i want to showcase the total number of hours(0,5+2 etc), is thispossible?
Its meant for a dashboard where the user can see the total hours
You’ll need a plugin like RepeatingGroup Tools by BDK to access the values inside the RG: RepeatingGroup Tools (bdk) Plugin | Bubble
You drop an element inside the RG, tell it what fields to reference, and what ‘type’ they are. You then drop a parent element inside the page outside of the RG, and tell it what to do with each data type. In your case you would most likely use a :SUM operator on the outside element to sum up the calculations inside the RG.
Doesnt really seem to work when the data is not “input”
Can you give some example screen shots, including how the data, elements and plugins are setup?
Figured i out by adding some “input” elements and hiding them