Not sure if anybody here uses the software called KnowledgeSync" by "Vineyardsoft".
basically the software works as you build a query for SQL database and you setup your alert if this happens, send an alert, etc.
I've a query where it is a SQL table column I asked to get a data in Count. Count the Non-conformaces in the database and give me a result, and filter by anything that the status is = NOT Closed.
So the query works find, not the problem is when there is not open Non-Conformances in the system it is showing nothing and I would like to use a syntax where if there is nothing then show value = 0
I need some sort of SQL ODBC Scalar function for "ISNULL" or "ISBLANK" then show 0 function.
Is that possible?