You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Below is the scenario
Input table has a date column say input_date_col
Lookup table has columns start_date and end_date and lookup_key column
I need to return lookup_key column when input_date_col is between start_date and end_date.
I tried putting this information in the lookup but it gives me an error. Is there a way to do this?
Offline

Have a look at How to get tMap to join Between values?.
Offline

Thanks this worked! Appreciate your help.
Offline
Pages: 1