Hi All,
I have an app that has a SP list database. I have another SP list setup with a one-to-many relationship.
The second SP List is being used to record hours, so on the bottom of the gallery, I have added a label and used:
Sum(Gallery2.AllItems,NQP_x0020_PEd_x0020_Hours)

I should also mention, the Gallery has a filter on it because it filters out hours depending on which staff record your in.
Filter('Staff Hours',Ref_x0020_ID = gblSelectedEmployee.ID)
I would like to take the value highlighted in the picture above and use it on another screen - How would I go around doing that?