SQL query from DB tag not functional

The attached picture describes my problem.

I am using the DB query browser, and receive a row with the value 161. I use the same query on a DB tag, and receive the value null, as displayed in the tag browser.


Interestingly enough, if I make a client tag with the same query, it returns the correct value.

Do you have a datasource specified for the SQLTags provider?

  1. Log into the gateway
  2. Go to SQLTags>Realtime
  3. Click “Edit” next to “default”
  4. Set the default datasource.

If it’s already set, you’ll have to take a look at the logs to see what kind of error is occurring (or, if using 7.2, right click on the tag and click “tag diagnostics”)

Regards,

Beautiful, thank you very much.