I have three measures in Filter criteria like this
In what order they execute? I want it to be executed like " (NewProfileCreated) And (UserValidationPage OR CallToLogOutCurrentUser) ". Is that how it works?
Thanks
Answer by Naga M. ·
Thanks for the documentation, does it work the same way in dynaTrace 4.1 as well?
so from documentation,
true OR false AND true => evaluates to true
Now,
false OR true AND true => evalutes to true as well?
if yes, it works for me.
Thanks
Yes - its the same for previous dynaTrace versions. If you are still on 4.1 you can also check out the documentation on 4.1: Usage of Business Transactions
Answer by Andreas G. ·
The filter options AND/OR are also explained in the online doc: Usage of Business Transactions
Answer by Zajac W. ·
Hi Naga,
I am fairly confident it will execute as "(NewProfileCreated) And (UserValidationPage) OR (CallToLogOutCurrentUser)". To create a paired relationship with the last two, create a business transaction that just looks like this:
Then create a second BT that has the (NewProfileCreated) And (MyCombinedFilter) as the filter.
Make sense?
-Bill
JANUARY 15, 3:00 PM GMT / 10:00 AM ET