Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi everyone,
i have this formula
sum({<Year={$(=Only(Year))},Month= {"<=$(=max({<Year={$(=Only(Year))}>} [Month num.]))"}>}cod_connid_2_3_4_6_7_v)
which give me this result
nevertheless the formula seems working with february data not including january results.
i should have 1540 but give me only february results.
Any idea on how to fix this ?
Between 0 and rowno() is a comma missing.
yeah i noticed, but it doesnt work, it give me the results for the current month and not for the cumulative
Instead of YearMonth you need to apply the used period-fields - in this case it looked at least like Monthnum.
hi marcus
i came up with this formula and it's working
aggr(RangeSum(Above(TOTAL sum({<YearMonth=,Date=,Year={"=$(=max(Year))"},[Month num.]={"<= $(=max([Month num.]))"}>}cod_connid_2_3_4_6_7_v), 0, RowNo())),Period,Country)
the last problem is that doesn't reset for every country
any idea on how to resolve this ?
The aggr() has a further parameter to sort the aggr-results - maybe an adjustment in this regard may be helpful.