Get the total count of features purchased
I have an enrichment activity that divides the feature column into 4 parts. Now, I need to calculate how many features purchased, knowing that a customer can purchase one or more features. I am implementing this using a JavaScript function. Please advise on how to accomplish this.
vars.recCount currently retrieves the total number of records.
Thank you in advance