Views field is_online reduces result to one row. After an investigation, i've found, that issue is in MAX($session.timestamp)) statement, which aggregates results.
I've changed this to IFNULL($session.timestamp, 0)) and it started to work just as expected.

Comments

Liam McDermott’s picture

Status: Active » Closed (duplicate)

Hi, thanks for reporting this and apologies I didn't get back to you sooner.

This will be fixed with #1796882: SQL errors when using 'is_online' Views handler, so I'm marking this bug as a duplicate.