Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set analysis

hi Experts,

i have the following expression

sum({<Handover= {'*'}-{}>}TimeArrival)

i dont understand what is this calculating.

can anyone please explain me

1 Solution

Accepted Solutions
sunny_talwar

This should be same as

Sum({<Handover = {'*'}>} TimeArrival)

do you see any difference in result when you use the two expressions? The above is just saying that include all rows where Handover is not null.

View solution in original post

4 Replies
sunny_talwar

This should be same as

Sum({<Handover = {'*'}>} TimeArrival)

do you see any difference in result when you use the two expressions? The above is just saying that include all rows where Handover is not null.

Not applicable
Author

no sunny.

i dont see any difference.

both are giving same value

sunny_talwar

Then like I said, the expression is including all rows in the expression where Handover is not null.

Not applicable
Author

thank you so much sunny