Why is there a blank value in my explore?

Knowledge Drop

Last tested: Jun 2020

Explores almost never show blank values - they almost always at least show a null symbol.

If an explore is blank, look at the html.

  1. Does commenting out the HTML allow you to see values?

  2. Do you have a Liquid "if" statement which doesn't have an "else"?

  3. Did you forget to put a value inside your html?

    1. Ex: html: <a href="google.com"></a>;; won't show anything, you need to put a value between the tags like this: html: <a href="google.com">TEXT TO SHOW</a>;;

This content is subject to limited support.                

Version history
Last update:
‎04-05-2021 09:07 AM
Updated by: