Hi ,
I developed new measure to filter xx.xhtml page which have exceeded 10 sec threshold.
When I developed a chart based on this measure I am getting count which twice number of purepaths.
For ex : If purepaths count is 10 , 20 is displayed in charts.
Could you please suggest
Thanks and Regards,
Ashwin
Answer by Andreas G. ·
Which measure are you using? If it is "Web Request - Count" try to change the "Occurence on PurePath" setting in the measure definition from "all" to "first occurence". If your PurePath contains multiple hops of the same URL, e.g: from web server to app server the count measure will calculate both occurences and therefore giving you a wrong impression.
The other option that you have is to change the "Aggregation" on the Chart from "Count" - this will then give you the number of PurePaths where this measure delivered a measure value.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET