Skip to main content
Question

Last usage of a URL

  • August 17, 2026
  • 1 reply
  • 194 views

wilson
Forum|alt.badge.img+11

Has anyone every written an Advanced Analytics report detailing when the last time each individual accessed a URL?

1 reply

Eli
Netskope Employee
Forum|alt.badge.img+5
  • Netskope Employee
  • August 26, 2026

You can proceed as follows:

  1. Select the Page Event Explore.
  2. Add the following fields:
    • User
    • URL
    • Timestamp
  3. Add a Table Calculation with the following formula. Name it, for example, Latest Event:
row() = 1 OR ${page_event.user} != offset(${page_event.user}, -1)
  1. Configure the sorting in the following order:
    • User: Ascending
    • Timestamp: Descending
  2. On the Latest Event column, click the gear icon and select Hide “No”s in visualization.

As a result, only the most recent Page Event for each user will be displayed.