Hi, currently I have a list that tracks the age dynamically. I wonder if I can track how many items are in my list based on their age class. For example I defined age class A: 0-10 days; B: 10-20 days, and so on
I aware that normally we track the current status by using
getstat(getactivity(current, "List"), "Content", STAT_CURRENT, current)
So I expect that there is an extension for addressing my problem. Thanks