View the original community article here
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.
-
Does commenting out the HTML allow you to see values?
-
Do you have a Liquid "if" statement which doesn't have an "else"?
-
Did you forget to put a value inside your html?
-
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.