Unconnected lookup

Supose we have 4 column based on same condition can we use unconnected lookup in that case?

Questions by shalaka242

Showing Answers 1 - 9 of 9 Answers

Yes it's Possible.


Suppose the look up table contains the group values, and the primary is a combination of EMP_NO, DEPT_NO.

to get the EMP_NAME from the unconnected lookup, we should pass the EMP_ID, DEPT_NO.

in the lookup query we can compare like 'WHERE DEPT_ID=INPUT COLUMN(DEPT_NO)'

and lookup condition EMP_ID=IN_EMP_NO.

this lookup returns different values depending on the two input values.


here the two input values are used in different ways like one is used in the where condition, another is in the lookup condition.

its possible, try


Cheers :)

Nagaraju Puppala

  Was this answer useful?  Yes

Yoganand

  • Aug 9th, 2011
 

Hi,

We can pull any number of columns in unconnected lookup nut with the help of Lookup override. We can concatenate many columns and then use an expression to deconcat those values.


Thanks,
Yoganand

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions