Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to perform a cumulative sum on data (sales) ranging from the 1st of january to the selected month. For exemple, for june, I would like to display the sum corresponding to january+february+mars...+june.
What would be the expression formula to use for that?
Thank you in advance.
Sorry, I posted themessage in french first:
Bonjour,
Je voudrais réaliser une somme cumulative sur les ventes depuis le premier janvier jusqu’au mois demandé. Par exemple en juin, j’ai besoin d’afficher le montant de janvier+février+ mars+avril+mai+juin.
Je vous remercie par avance.
Hi.
You could try something like this:
Sum({<Month={"=Month<=Max(Month)"}>} sales)
Thank you for your answer