🔒 This topic is solved and locked.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 11-06-2012 12:58 AM
(4546 views)
Can a lookup transformation in SAS DI return multiple rows?
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
For a single base value, it will return maximum one look-up value (or values if you specified more than on look-up to target mappings).
If your lookup table contains duplicates on the look-up value, it will return the first match.
Data never sleeps
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
For a single base value, it will return maximum one look-up value (or values if you specified more than on look-up to target mappings).
If your lookup table contains duplicates on the look-up value, it will return the first match.
Data never sleeps
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
No. Exactly as Linus explained.
If you want this to happen then you will have to code it (user written transformation) - or you use a SQL join instead.