Absence of data or data-points. Can also be strings referring to "None"
Questions tagged [no-data]
81 questions
2
votes
1 answer
How to collapse a data bound control in UWP when there is no data in the field
I am working on a UWP app that has data bound in a ListView. I have been trying to find a way to collapse (hide) a control when there is no data. For example, i made a simple version of what i am doing:

ThePeter
- 883
- 1
- 7
- 15
2
votes
0 answers
How to set NoData GeoKeyDirectory tag using GEOTIFFWRITE
I have MATLAB matrices that contain NaN values. These are raster data that contain NaN values (the NaN values are an ocean mask). I use geotiffwrite to write them to .tif files, but when I load the .tif files into ArcMap to create a map, it seems…

mr. cooper
- 810
- 1
- 9
- 15
2
votes
0 answers
How to make SonarQube's unit test coverage widget see the data?
I am new to SonarQube and I was trying to setup a simple quality monitoring for evaluation cases. I want to setup the unit test coverage widget but it tells me "no data". I know for sure there are plenty of unit tests.
Same goes for integration test…

Holger Ohletz
- 21
- 3
1
vote
1 answer
.NextResult() method does gives an error that states that no data is present
Can you check my coding and let me know what I'm doing wrong?
I'm trying to use the .NextResult() method of a DataReader but I get an error that no data is present.
The 1st query returns a value but the 2nd query is the problem.
Dim strSqlStatement…

Emad-ud-deen
- 4,734
- 21
- 87
- 152
1
vote
1 answer
replace -3.402823466e+38 with NaN or get rid of this value in a dataframe
I'm working with sentinel 2 images that cut with a bbox with QGis. Some of those images aren't completely under the bbox so Qgis put the lowest float value close to 0 as a NoData value.
I tried to indicate that i want a specific value as a NoData…

sam
- 47
- 4
1
vote
0 answers
No Data in Google Data Studio
I'm trying to show JSON data got from API in Google Data Studio.
so I created community connector and in script verified JSON data from api.
here is script code.
function getFields(request) {
var cc = DataStudioApp.createCommunityConnector();
…

Bohdan V.
- 115
- 1
- 11
1
vote
0 answers
Timestamp tracking
I've created a custom timestamp on GA to track the exact moment customers convert. However, it's been over 48 hours and my "timestamp" dimension is not accumulating any data. I have my triggers set to "all pages." I'm wondering if I did something…

Alexcia Perez
- 11
- 2
1
vote
1 answer
MediaRecorder giving 0 bytes in Chrome when video is muted
I am trying to record a MP4 stream from Chrome and save it to the end user's system. As part of this, I have a NodeJS server running locally and streaming MP4 video at url "http://localhost:8000/video". Also I have an HTML page hosted at…

sng
- 43
- 8
1
vote
0 answers
Using Ploty's Splom iris code but no data showing up on my plots in rstudio
I am using plotly's code for their splom chart. The code is working, but the data points arent being plotted on the plots that are being created.
Here is my code
pl_colorscale=list(c(0.0, '#19d3f3'),
c(0.333, '#19d3f3'),
…

Zach Merring
- 31
- 2
1
vote
1 answer
When using scrapy shell, I get no data from response.xpath
I am trying to scrape a betting site. However, when I check for the retrieved data in scrapy shell, I receive nothing.
The xpath to what I need is: //*[@id="yui_3_5_0_1_1562259076537_31330"] and when I write in the shell this is what I get:
In…

Ale0311
- 13
- 4
1
vote
1 answer
Copying columns including blanks without skipping rows..leave "blanks" blank VBA
Aplication Defined error Copying a specified column and range including blanks with an embedded button running multiple Macros. I know that all rows will be filled in column A so if I could reference the rest of the Macros to A.end
I've looked…

justin L
- 43
- 6
1
vote
2 answers
How do I unit test an Angular HttpClient 204 response?
Our REST service returns 204's for a no data scenario. But I cannot figure out how to test for this scenario.
it('can handle no data', (done) => {
const testData = service.getDummyData();
service.dataChanged$.subscribe(
(data: Data[]) => {
…

jkyoutsey
- 1,969
- 2
- 20
- 31
1
vote
1 answer
when I switch language to Arabic, the call log page does not display data
In my android project, when I switch language to Arabic, the call log page does not display data, but when I switch to other languages(such as english) can be displayed properly, how to solve, please see the following information.
1.A part of the…

Sunny
- 9
- 2
1
vote
1 answer
Qlikview - no data to display
I have problem to show data in bar chart.
I want to show year in dimension and sum of price in expressions. Because I have a lot of data in bar chart I got no data to display.
I have idea to separate data by month like this
sum({

pape
- 239
- 4
- 17
1
vote
1 answer
jqm data-rel=back showing blank page
In jQuery Mobile, though the data-rel="back" attribute is correctly returning me back to the previous page URL, but its not showing any content on that previous page.
I need the prev page content to be stored in history and to be retrieved once I…

Abhi
- 350
- 1
- 4
- 13