Hi All
I am doing web stats and have url code where I am looking for lines which contain 2 words, so I the code I written is:
if {URL.field} like ['*redirect*','*tailoredextranet*'] then 1 else 0
But this is not bringing the correct resultset I need to see both (redirect and tailoredextranet) words in the url hence =1 else 0. So I need a 'and' statement somewhere....I dont know where..been a long hard day....
Please can you help....
tc
I am doing web stats and have url code where I am looking for lines which contain 2 words, so I the code I written is:
if {URL.field} like ['*redirect*','*tailoredextranet*'] then 1 else 0
But this is not bringing the correct resultset I need to see both (redirect and tailoredextranet) words in the url hence =1 else 0. So I need a 'and' statement somewhere....I dont know where..been a long hard day....
Please can you help....
tc