Hi everyone,
Let’s take two different events from a common stream. Both of the events have a field called “TotalSessionLength”. My purpose is quiet simple: I would like to sum the different values I have for each events, and put the result into a variable.
Ex:
Event 1 : TotalSessionLength = 15
Event 2 : TotalSessionLength = 12
MyVariable = 15 + 12
I thought I could do it simply by using a rule but it looks like the rule can’t be performed on several events simultaneously.
Does anyone know how to figure out my problem? Thank you in advance.
Regards,
Clem.