I feel like I am going crazy here. I am using a dynamic input tool to update combinations of fields for a WHERE clauses for an Oracle DB from an external excel document. For some reason it was not recognizing empty cells and passing those through to the SQL. Only giving me back data for ones that were not empty even though the field in the database can be empty. I found some obscure community thread where someone somehow was able to test for blanks with a single space between quotes and it worked for them so I tried it. It worked. What is going on?! Everything I know clearly distinguishes the difference between the two... a blank string is '' and not ' '. I have ran into many errors in the past cleaning data with leading and trailing space. Has anyone seen anything like this before?