Hi
Portal Activity Report offers a functionalty to display how many times a particular Iview/Page was being hit. In the Viewer ID column, it gives the comma separated IDs if there are more than 1 user who visited that particlular page.
My requirement is to display how many times an individual user user visited a particular iview/page and not the comma separated vaues.
For eg if a particular page has 12 hits by x,y users. Currently I am not getting a clear idea as in how many times x visited that page and how many times y.
So I want to display instead of
Hits Viewer ID ID
12 x,y pcd:portal_content.......Page1
something like below
Hits Viewr ID ID
2 x pcd:portal_content.......Page1
10 y pcd:portal_content.......Page1
Please let me know if its possible.
Regards
Sonal