- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2014 05:32 AM
Hi All
I'd like to report on:
- What homepages a certain user uses.
OR
- What users use a certain homepage.
Is this information somewhere in either the user or the homepage records?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2014 01:41 AM
Here is the solution:
- Open the 'User Preferences' module
- Filter for Name = homepage
- The 'Value' column contains the sysid of the homepage a user visited recently
- Export this data
- Export the list of homepages with sysid
- Use the vlookup function in Excel to match homepages with users
- Define pivot charts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2014 08:29 AM
Hi Zalan,
The table you would need to focus your report on would be the "sys_portal_page" table.
From here, you could group by user to view which pages they use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2014 12:50 PM
Hi Ryan VN
Thanks for your comment, I can't find anything relevant in that table, can you be more specific about the suggested solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2014 01:41 AM
Here is the solution:
- Open the 'User Preferences' module
- Filter for Name = homepage
- The 'Value' column contains the sysid of the homepage a user visited recently
- Export this data
- Export the list of homepages with sysid
- Use the vlookup function in Excel to match homepages with users
- Define pivot charts