Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Is there any simple way to lookup in tMap a Slowly Changing Dimension table ?
In my screenshot you can see simple fact table, and for each row I need to get its relevant description.
How can I implement in the lookup a "between" connection ?
The lookup let me to do just "equal to" condition.(and not less than or greater than)
[font=Verdana, sans-serif]the SCD table has :id,from_date,to_date,value[/font]
[font=Verdana, sans-serif]the fact table has:id,date,value_to_find[/font]