Questions tagged [no-data]

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

81 questions
0
votes
2 answers

Are these snippets equivalents? (NVL vs Exception)

I have a doubt managing the situation of asigning values to variables based in sql statements, when no data is found. First, are these blocks equivalents? and if that is true, is better one of the two? declare nonsense number; begin select…
mjsr
  • 7,410
  • 18
  • 57
  • 83
0
votes
2 answers

CRM Dynamics 2011 import: no data

I try to migrate data from an online CRM trial environment to an on premise CRM installation both version 2011. I first migrated the solution. Now I want to migrate the data of my custom entities. In the export I include the column headers to…
Batopilas
  • 13
  • 1
  • 4
0
votes
1 answer

Attempting to Consume Web Service but no data is being returned in response to request

I am trying to consume a Web Service but for some reason I am no data is being returned from my request. I created a Service Reference to the Web Service. Here is my code: static void Main(string[] args) { HttpWebRequest request =…
Mark Kram
  • 5,672
  • 7
  • 51
  • 70
-1
votes
1 answer

Filling no-data values while data mining

I am working on predictive maintenance and get temperature data from assets. In few months or few days asset remains down and we do not get temperature value. In this scenario i cannot fill data with missing value techniques. Also cannot give some…
Neeraj Sharma
  • 174
  • 1
  • 3
  • 14
-2
votes
1 answer

Delete 2 Rows above if specific cell is blank [Loop]

I have a hard coded report that generates about 10 sections. After running the report some sections may not contain data. I want to search for those specific cells and delete the two rows (saection headers) above if that cell is blank (no data).…
-2
votes
1 answer

No content displayed when populating TableView with attributes of an Object

Ok, so I know this is a common problem that has been posted about a lot but as much as I try to follow the advice given, my TableView till displays no data... I'll reduce my object a bit to keep things as short as possible. Here is my Object:…
1 2 3 4 5
6