I'm using CUME() function in my expression to do calculate a running-total. However, the CUME function doesn't reset the value when a new key (program name in my case) is encountered. The CUME() sums all the rows from top to bottom as one single category.
I would like to know if there is a way to group the CUME value by program name.
thank you.
I would like to know if there is a way to group the CUME value by program name.
thank you.