What are the pre-requisites for vnet peering?
what is the difference between electrical and electronic chokes
What are examples of a first class lever?
What type of pump may be appropriate for a liquid near saturation, a low flow rate, and very limited npsha?
Explain about unix basic commands
What is charfield in django?
What's new in c#?
What is standalone command task?
What are views django?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What is the use of tuple in c#?
what is the difference between PEGA based web application testing versus web application testing?
In android, which layout mode defines the positions of each component relative to each other?
What is devops model?
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