Hi Guys!
I in gallery the follow informations:
Example:
Line gallery 1 --> Quantidade de Pallet: 1
Line gallery 2 --> Quantidade de Pallet: 2
Line gallery 3 --> Quantidade de Pallet: 2
Formula of information above in the Text Label (lbl) = "QTDe Palete: "&ThisItem.Qtde_Palete
My Text label name is: "Pallet Qty"
=========================================================================
What do I need help:
I need to include in a separeted/new in the "NewText Label" (called total Text Label) out of the gallery getting of Sum (total / amount of the pallet quantity in the example 1 above (i.g.:5) in a way that when I filter my gallery and the total / amount change quantity it's reflect in a separated text label out of the gallery.
I used count rows to count gallery items (it's ok), but now I need to sum/amount the specific Sharepoint column reflected in text label into gallery in Separated text input out of the gallery object.