worker analytics have hits but sql * from dataset returns 0 rows
i'm sending data to worker analytics. no errors recorded, and dashboard shows data coming in - but sql query returns 0 rows. what could I be doing wrong?
1 Reply
figured it out - casing mattered. select * from analytics does give back the table info...but select * from ANALYTICS give you actual data