Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by prophecyslides

  1. prophecyslides

    OR Condition in Lookup Transformation

    Notice the OR condition where it check deactivation_date > transaction_date OR deactivation_date IS NULL It would actually be something like: IN_transaction_date as an input to the lookup. How can I put the OR in a Lookup transformation?
  2. prophecyslides

    OR Condition in Lookup Transformation

    Is this possible or is there anyway to work around this limitation? I am trying to accomplish something like this: activation_date <= transaction_date (deactivation_date > transaction_date or deactivation_date is null)

Part and Inventory Search

Back
Top