Is it possible to show a list of registered users who have not downloaded a file? Thanks, it was a new request from my client.

Comments

jyee’s picture

Status: Active » Fixed

This is possible with Views by doing the following:

  1. Create a new User View
  2. Add fields for the information you want (user names, emails, etc).
  3. Add a relationship to Filefield Tracker's "downloaded by user". Do NOT require the relationship. This will create a left join.
  4. Add a filter for Filefield Tracker's "download time". Set the relationship to "downloaded by user" (the relationship set in the previous step). Set the the Operator to "is empty"

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.