Drill-in might not work if you're dealing with null values. By default, drill-in doesn't function on any custom attribute value of null. So, if you're trying to drill into a null value or a combination of values that includes at least one null, you'll encounter the 'No data available' error.
To fix this issue, you need to update the NULL handling logic in your report. Navigate to Result Manipulation > SQL options and change the 'Replace NULL by' setting to NULL. This should resolve the error and allow you to use drill-in effectively. For more details, check out the originalZendesk article.
The 'No data available' error usually means you're trying to drill into a null value. In Zendesk Explore, drill-in doesn't work on custom attribute values that are null. If your drill-in includes a null value, you'll see this error. To resolve it,…
To resolve null value issues in Zendesk Explore, you need to adjust the NULL handling logic. Drill-in doesn't work on null values, which can cause errors. To fix this, go to Result Manipulation > SQL options in your report settings. Change the…