Page 1 of 1

About replacing "uri-query" with a text

Posted: Wed Nov 02, 2005 10:47 am
by cape
Hi there.

I´am trying to find a way to make the table "Most requested referrer IDs" more user friendly.

Users dont like seeing "ID=2" as nr 1.

I want to replace that (ID=2) with a text like "Private"

Can that be done `?

Posted: Thu Nov 03, 2005 5:39 pm
by Abacre
Which log format do you have?
Normally you should use site filters (on Sites tab) for this purpose.
We will add there uri-query parameter. I will send you email when ready.

Posted: Tue Nov 08, 2005 8:06 am
by cape
Hi there !

Will I have to websites. (One for MS ISS Custom 5.0 and one for MS ISS Custom 6.0)

I´m looking forward to the mail.

Thx.

Posted: Thu Dec 08, 2005 8:37 am
by cape
Hi Roman.

I need to know if this is gonna get done or not ? please

Posted: Thu Dec 08, 2005 2:45 pm
by Abacre
Hi,

Download the updated version from the following location:
http://www.abacre.com/download/ala.zip
Install it over existing version. It will update needed files.

Start Advanced Log Analyzer.
Go to Sites tab. Now in filters area you should see uri_query as a
parameter at the end of parameters list.
Then add the following filter:

Parameter: uri_query
Condition: includes
Value: ID=2
Action: replace_all (or select other actions if needed, for example,
assign, replace_left)
New value: Private

Posted: Fri Dec 09, 2005 12:19 pm
by cape
Hi there

Yes - I see the uri.q.

But I cant get it to work.

using :
Parameter: uri_query
Condition: includes
Value: HMID=2
Action: replace_left
New value: Privat

I´ve tried it all....

it only removes the linie... doesn´t replace it.

Tried to uninstall - and install again... still doesn´t work....

Am I missing something ? :roll:

Posted: Fri Dec 09, 2005 12:52 pm
by Abacre
I think that it's an issue with cache files.
Try to remove cache files in Cache folder
C:\Program Files\Advanced Log Analyzer\Cache

And you may uncheck "Incremental analysis" ("Use cache files") option in main menu - File - Options - General.

Are you sure you downloaded the latest version of the software from our web site?
Please send us a fragment of your log file (or zipped log file) to support@abacre.com
we will create needed configuration for you.

Posted: Mon Dec 12, 2005 9:53 am
by cape
Hi there.

it works now.

The problem was that I still had a lot of filters in the report which should use "Privat"

The Report filter was set to "HMID=1" and thats wrong. Now it is "Privat"

Thanks for the help ;)

Posted: Tue Dec 20, 2005 8:24 am
by cape
Hi again !

The solutions works ;)

But there is a little problem.

When Includes is used are is a problem.

if

ID=2 = private FINE

But then ID is 22 the name will be private2 NO GOOD

This can be fixed be using equals.

But that does not work for Uri.

Can this be fixed ??