Sorry for not be clear and thank you for your comment, but it isn't my problem.
The fields returned from vtlookup are related only to the analyzed URL , but i need to append more info like username, ip, usergroup and others (like the first example).
The case is I would like to know a way to append other info to vtlookup results, this way:
vtlookup result:
url | rate
www.site1.com | 30/60
result from my query:
username | srcip | url
user1 | 10.0.0.1 | www.site1.com
vtlookup + my result
username | srcip | url | rate
user1 | 10.0.0.1 | www.site1.com | 30/60
... View more