You’re offline. This is a read only version of the page.
Toggle navigation
Forums
Knowledge Base
Status
Downloads
Support Requests
All
All
Web Pages
Forums
Knowledge Base Articles
Search Filter
All
Web Pages
Forums
Knowledge Base Articles
Find Answers
English
Deutsch
Español
Français
English
日本語
Sign in
Home
Community Forums
Questions about Usage and Configuration
Workflow Logic for excluding NULL entries for comparison
Workflow Logic for excluding NULL entries for comparison
Posted
Tue, 24 Sep 2019 13:59:49 GMT
by
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.
Posted
Tue, 24 Sep 2019 15:28:37 GMT
by
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.
Get Help
Search in Knowledge Base
Ask Community
New Support Request