Hi,
I would like to get for each purepath a number of time a method is called.
I've made a measure A based on the name of the method.
I've made measures based on a name of a method called for each specific purepath (to be able to isolate each purepath): measure B, C, D
After I've made a business transaction with filter with measure A and B to select just the relevant purpath and I've put measure A on calculate results but it doesn't work.
How handle this ?
Thanks
Pierre
Answer by Andreas G. ·
Hi Pierre
In your case you need to make sure to use a Method Invocation Measure. It counts the # of Invocations for your methods. You can use this measure both as filter as well as for Results. Make sure that the aggregation is set to "Sum". That will give you the SUM of invocations of that method per PurePath
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET