Pentaho

 View Only

 Message in chart if query does not return data

  • Pentaho
  • Pentaho
  • Pentaho Server
Elia G's profile image
Elia G posted 11-02-2020 20:48

Ho,

Is there a way to show a message on the chart, when the query does not return any data?

Thanks!​


#Pentaho
#PentahoServer
Luciano Donazzolo's profile image
Luciano Donazzolo

In the case of a CCC chart, set extension points with:

noDataMessage_text : no data

noDataMessage_visible : function f(){ return true; }

 

Luciano