Hi!
With this new release, when I try to view the members, if the User field is not filled the query to the database fails. How can I prevent the sending of data if this field is empty?
Code:
Invalid SQL:
SELECT *
FROM dbtech_vbanalytics_tracking_users
WHERE
(dateline BETWEEN 1334354401 AND 1334440799) AND userid =
ORDER BY dateline ASC;
Thanks!
PS: the field "Thread" does the same...