Hi Chris, So sorry for your frustration here. We will look to improve the documentation. This should be the correct syntax: "${RealAppName}" as in: SELECT series(eventTimestamp, "30m"), count(*) FROM transactions where application = "${RealAppName}"
... View more