Questions tagged [no-data]

Absence of data or data-points. Can also be strings referring to "None"

81 questions
308
votes
15 answers

How to show an empty view with a RecyclerView?

I am used to put an special view inside the layout file as described in the ListActivity documentation to be displayed when there is no data. This view has the id "android:id/empty".
JJD
  • 50,076
  • 60
  • 203
  • 339
25
votes
8 answers

How to show No Data Available Message in highcharts

Can we show a message using highcharts.When the data is not available? we have to show a message Example : No Data Available. If we have data hide : No Data Available message . in highcharts dynamically Highcharts.chart('container', { chart: { …
Kondal
  • 2,870
  • 5
  • 26
  • 40
9
votes
3 answers

Print No Data Set Band for Empty Dataset

I have a report which has a dataset. I want to print No Data Band whenever the query in the dataset returns 0 records (empty dataset). I have set the "When No Data" to "No Data Section". But it doesn't seem to be working. Any Suggestions?
CamelCase
  • 213
  • 2
  • 6
  • 16
6
votes
1 answer

Site won't load unless I remove site's cookies

I have a problem with loading one site (removed the name in order not to advertise) from my PC. Actually this problem appeared with several different sites. 'Help centers' of those sites usually reply something like 'we can not reproduce the…
Maksim
  • 191
  • 1
  • 10
5
votes
2 answers

Vuetify: editing no-data-text prop or no-data slot for v-select doesn't seem to have any effect

I'm using Vuetify in a Nuxt project. By using the slot no-data in a v-data-table I was able to modify the "No data available" message. It's also working if I use the prop no-data-text.