Need to get the count of number of times a field is used in a request
Ex log:
(This is a XML log, giving details from the middle and not the entire log)
Event 1:
Event 2:
I need to check how many times the field "Name" is used. As you can see the count varies for each event. How do I get that count?
↧