Modalità offline. Versione di sola lettura della pagina.
Toggle navigation
Forums
Knowledge Base
Status
Downloads
Richieste di supporto
All
All
Web Pages
Forum
Articoli della Knowledge Base
Search Filter
All
Web Pages
Forum
Articoli della Knowledge Base
Find Answers
Italiano
Deutsch
Español
Français
English
日本語
Italiano
Accedi
Home
Community Forums
Questions about Usage and Configuration
Workflow Logic for excluding NULL entries for comparison
Workflow Logic for excluding NULL entries for comparison
Registrato
Tue, 24 Sep 2019 13:59:49 GMT
di
Craig Heintz
SE
I am looking for the logic or entry to use to use in the where part of a SQL Table data Assign to exclude NULL entries.
For example:
WHERE
CustomerNumber IS NOT NULL
or
CustomerNumber = 'is empty'
I do not see any reference in the KB or Forums for this.
Registrato
Tue, 24 Sep 2019 15:28:37 GMT
di
Josef Zayats
Craig,
correct SQL syntax to exclude EMPTYs would be
....
where
CustomerNumber is NOT NULL AND CustomerNumber<>''
----this is not a double quote, but two single quotes
This is equivalent to Docuware search term in CustomerNumber field NOTEMPTY()
You must be signed in to post in this forum.
Ottieni aiuto
Search in Knowledge Base
Ask Community
New Support Request