Absence of data or data-points. Can also be strings referring to "None"
Questions tagged [no-data]
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.
My no data…

Claire
- 773
- 1
- 8
- 19
5
votes
2 answers
How to force no data label display in case of empty DataSet
I need to redraw my charts and sometimes some data sets can be empty.
Using an empty DataSet (in PieChart and BarChart) displays an empty chart instead of the no data labels.
How can I force the label display?
Thank you and great work! I really…

verodigiorgio
- 353
- 3
- 13
4
votes
1 answer
GDAL ReadAsArray does not ignore NoData Value
I am trying to read the band of a TIFF as an array. The problem is GDAL does not ignore the NoData values. Is there a way to tell GDAL to ignore it?
When I compute statistics, GDAL ignores the NoData values.
import os, sys, gdal, ogr, numpy
from…

ustroetz
- 5,802
- 16
- 47
- 74
3
votes
3 answers
Invalid attempt to read when no data is present in dr
I am trying to create a login form on my ASP.NET website. Currently, there's some problem. I am trying to incorporate the functionality such that the logged in user has the previlige to view only his profile. The code on the login page is…

Cipher
- 5,894
- 22
- 76
- 112
3
votes
2 answers
Make distinction between inner and outer NA's in a raster in R
In R, how could I make the distinction between inner and outer NA's in a raster with some shape having NA's both around but also inside?
In the example below, how could I for exemple select only the NA's outside the R logo (i.e., how can I make…

ztl
- 2,512
- 1
- 26
- 40
3
votes
1 answer
How Does R read nodatavalue tags from a geotiff - R Raster package
I am running into an unusual outcome with raster no data values in R.
Code below -- I have a raster that has a no data value that I import (-9999). QGIS reads the nodatavalue, arcgis too. R, when it reads in the geotiff, assigned the nodata value to…

Leah Wasser
- 717
- 3
- 8
- 22
3
votes
0 answers
How to mysqldump some tables without data?
I already have one solution here:
first, dump the structure with data of all tables excluding some tables;
then, dump the structure of those excluded tables without data.
For example:
mysqldump -uroot -ppassword database_name…

fcbflying
- 693
- 1
- 7
- 23
2
votes
0 answers
YouTube Analytics API authorization issue?
I work with analytics for organizational YouTube channels for my employer. I've been successfully retrieving data using YouTube DATA API, however I am unable to obtain metrics from YouTube Analytics API (a'la reports.query).
Here are the…

Alex Arthur
- 21
- 1
2
votes
0 answers
R: spatial interpolation with akima package on irregular grid with void data
I have an irregular grid of points in the form (X,Y,Z), where (X,Y) are coordinates on a plane (can be geographical longitude/latitude), Z is some property to interpolate between points. I use akima interpolation package in R. The data set can…

astrsk
- 375
- 6
- 20
2
votes
0 answers
Framework7+Vue+Axios working in browser but not in android app
I am used app-framework template for framework7+vue app. then i installed axios.
the code works perfectly fine with in browser while testing. but when i run npm run android command and run that app in device emulator, it fails to get data from…

princeoo7
- 1,071
- 3
- 21
- 44
2
votes
2 answers
Why am I getting a "no data is present" error after passing the "HasRows" test?
I've got this code:
Protected Function GetArgValsForCompanyName(coName As String) As String()
Dim args(2) As String
Dim sqlConnection1 As New SqlConnection("SERVER=PLATYPUS42;DATABASE=duckbilldata;UID=durante;PWD=pondscum")
Dim cmd As…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862