Question
4
Replies
1207
Views
Posted: September 21, 2018
Last activity: October 9, 2018
Closed
Solved
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***
Hello,
I guess you can do it with a Declare Expression in order to dynamically calculate the amount spent.