How to use jquery library in our asp.net project?
What is full form of ms word?
how an organizational behaviour affects the success of an organization?
What type of pump is are commonly used in auxiliary boilers?
How is sql used in sql server?
What is a .lib file?
State the kirchoff`s laws.
How to disable automatic updates in windows xp?
What is the full form of xml?
What is sap sql anywhere?
Explain me how to run database query in wordpress?
How many times will this loop execute? Explain your answer.
What are the necessary things needed for writing database test cases?
What is t – factor?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks