Create Custom Table With custom columns
hi,
i have the following scenario that i want to apply on WeblogExpert :
I have 3 differents links : www.mysite.com/pageid=23 , www.mysite.com/pageid=24, www.mysite.com/pageid=25
and on each link i want to give an alias name : Page23 , Page24 , Page25.
So at the end i want to have a table showing 3 Columns sorted by Hits :
Column 1 = The Alias name
Column 2 = The full Link
Column 3 = Numbers of hits
Is that possible ? if yes, how can i do this ? i tried differents ways but no success.
Thanks
i have the following scenario that i want to apply on WeblogExpert :
I have 3 differents links : www.mysite.com/pageid=23 , www.mysite.com/pageid=24, www.mysite.com/pageid=25
and on each link i want to give an alias name : Page23 , Page24 , Page25.
So at the end i want to have a table showing 3 Columns sorted by Hits :
Column 1 = The Alias name
Column 2 = The full Link
Column 3 = Numbers of hits
Is that possible ? if yes, how can i do this ? i tried differents ways but no success.
Thanks
Thanks
What kind of report do you wish to create?
Page Hits
Page23 2500
Page24 1852
Page25 840
But this is the result i have at the end:
Page Hits
Page23
Jan 2014 2500
Page24
Jan 2014 1852
Page25
Jan 2014 840
And as you can see the 'Jan 2014' information is displayed on each row, which is embarrassing and i would like to remove.
Do you have some good suggestions to have a cleaner report ? thanks
Page Hits
Page23
Jan 2014 2500
Feb 2014 2510
Mar 2014 2520
Page24
Jan 2014 1852
Feb 2014 2510
Mar 2014 2520
Page25
Jan 2014 840
Feb 2014 2510
Mar 2014 2520
However, if you need to show statistics for the whole time range specified in the profile properties (e.g. month), you just need to specify "Main data" in the table properties (e.g. set it to query or file name) and keep the "Group by" field empty.
line 10 user_details.asp
line 21 groups_deails.asp gr=root&number=300
so in my modfication rules i added those lines :
user_details.asp = Users Details works
groups_deails.asp gr\=root&number\=300 = Root Group 300 doest work
Can you help me with the second rule ? or there's some documentations of how to do that ?
Thanks
user_details.asp = Users Details
groups_deails.asp?gr=root&number=300 = Root Group 30
File names with queries are to be specified with the ? character between file name and query, the same way as such requests are shown in browsers. The \ character before = isn't to be used.
Please also note that modification rules have several modes, you can read about them at http://www.weblogexpert.com/help/wlex... . The one that you use search for inclusion of the specified string. So if string user_details.asp is found in the file name, "Users Details" will be shown.
If you wish ti have more precise control over matching, you can use the wildcard or regular expression rules.