Sum for mounth

Hi everyone, I need to report a summary of the sums per month, I managed to get them on the sheet but I don’t understand how to report them on the screen. I created a template but if I insert it in a rich text it displays 0.00 instead of the sum (I can’t recall the sum of a particular month). Thanks for the attention.

So do you need multiple months’ sums on the screen at once, or just the sum of current month?

Hi, thanks for your interest. I have already found the way to display the current month, now I would like to create various rich text with : “february total is …” for each month of the year. Thank you

Have you tried using a template column?


Does your relation link to a table that uses Row Owners? My guess is that the total is zero because when you view the app, it does not have access to the unowned rows you are trying to sum.

It might help if you explain where those numbers are coming from.

The only other thought is that you are viewing a row that actually has a sum of zero. Hard to tell though.

The Table has Id Row, in fact on the table it works correctly, I think the problem is how to “tell” that I want to display the total of a given month, therefore, the problem is how to say which result it should display?

Ciao @Gian, ti conviene creare una nuova tabella (chiamala ad esempio Dashboard) con dei parametri fissi, con una colonna chiamata “Mesi” e li inserisci 12 righe, uno per ogni mese, da Gen a Feb. Poi crei una colonna multi relation tra il mese di questa tabella e la colonna mese dell’altra tabella. Fatto ciò aggiungi una colonna rollup che ti darà la somma per ogni mese sulla tabella Dashboard.

Grazie @Antonino_Nolasco ho fatto come mi hai detto ma non mi funziona la relazione, ti invio schermata, la colonna da me chiamata Mesex è un format date che prende la data di inserimento e me la formatta nel nome del mese. Cosa mi sono perso?

Ciao @Gian, non devi creare nessuna colonna format, basta creare una colona di testo e crei 12 righe chiamate ognuna con il mese di riferimento.

Scusami, ho visto bene adesso lo screenshot. Allora, invece di creare una colonna format nell’altra tabella, crea una colonna IF-THEN-ELSE come da immagine allegata. Infine esegui la relazione con questa colonna.
Nel mio caso la colonna MESE è una colonna di tipo MATH con la seguente formula: MONTH(Data). Dove Data è la tua colonna in cui vai a prendere il riferimento del mese.

@Antonino_Nolasco Grazie, finalmente il problema è risolto!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.