Why do we need lookup sql override? Do we write sql override in lookup with special aim?

Questions by loosecontrol

Showing Answers 1 - 12 of 12 Answers

You can join  the data from multiple tables in the same database by using lookup override

You can use sql override if

1. To use more than one look up in the mapping
2. You can use SQL override for filtering records in the cache to remove unwanted data

For some special cases like for example, You need to select the max salary
from emp table for a particular dept. then use


"select max(salary) from emp where deptno=in_dept_no
group by deptno
".


Kindly let me know if this is possible without using SQL override in lookup.


  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