Troubleshoot
Vizzly Query Engine

Vizzly Query Engine

"No value" or null results

  • Check the database contains meaningful values for the field.
  • Check the field in the database doesn't contain NaN values. If it does, then protect against these by using a SQL snippet NULLIF(my_field, 'NaN').