Hello, I tried modifying my query in the lvdash.json file corresponding to my dashboard with 

      "query": "SELECT * FROM mytable WHERE my_col = ${var.testvar}"

But it does not seem to be working and the variable is not replaced. I am doing something wrong ?