how to Perform lookup with foreign and primary keys

  • I have two tables Table A ( primary key )

    table B ( foreignkey refrences Table A primary key)

    Need to load data from a view "vwtableB" to "Table B" also check for foreignkey references with TableA ?

    should not duplicate data into TableB so using lookup on vwtableB.

    How to chekc foreignkey references at same time?

  • Lookup only allows for one condition. If you want to test for multiple conditions, use the conditional split instead.

    From a readability and maintenance perspective, I would use two consecutive lookups instead of a conditional split.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply