cancel
Showing results for 
Search instead for 
Did you mean: 

Changing "No Data Available" Message on Chart Loading

Former Member
0 Kudos

Hi,

i am trying with charts to display the data. but data loading is take some time because of connection with SQL server. that time in chart area it show message as "No Data Available" but after some moments it displays the graph.

Is it possible to change this "No Data Available" to something like "Data is Loading" until datas are arriving?

regards

senthil

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Senthil,

If you right-click on the chart and select Data -> Detail...does an HTML page appear with the data? If so then your query is fine and the display template mappings are incorrect. If no data appears on the HTML page then your query is bad.

Hope this helps.

Sam

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Senthil,

Try setting Initial Update= true in display template. (By default it should be true).

I feel you need to optimize your query so that the data should not take much time.

Hope that helps.

Regards,

Musarrat