Adding values passed through data transform
I have a created a property airlinespent and I am passing values to that property through data transform for individual customers. EX:When customerId is 123 Airline spent is 10000, if customerid is 456 airline spent is 20000. My requirement is to add those values and set it to another property (Airlinespentofallcustomers) .So How to do it?
***Updated by moderator: Lochan to update platform capability***