Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good morning,
i've got this situation.
I would like to get the % of Valore/total Valore for every year.
if i do --> sum(VALORE)/sum(total VALORE) it gives the % not for year but for all the table...
What do i need to set?
Thanks
Hi Carlaf_93,
Try this:
sum({<Year>} VALORE) / sum(total <Year> VALORE)
Thanks,
but this desn't work
Sum({<[DATA.autoCalendar.Year]>}VALORE)/
Sum(total {<[DATA.autoCalendar.Year]>}VALORE)