Advanced Filter Help

25 views
Skip to first unread message

Mealeah Hambright

unread,
Jan 21, 2013, 5:51:25 PM1/21/13
to urchin...@googlegroups.com
I want to roll up all location search results with a filter. This is what I have, but it's not working...
 
Extract A: /locations/(.*)/(Results)
constructor:/locations/$A2/

ActualMetricsdotcom

unread,
Sep 5, 2013, 7:09:58 PM9/5/13
to urchin...@googlegroups.com
How about this:

Extract A: ^/locations/.*/([a-zA-Z0-9]+)$
Constructor: /locations/$A1

This assumes "results" only contains alphanumerics.
Reply all
Reply to author
Forward
0 new messages