|
Let me explain you my question with one example:-
Below is the query which is created in one of the data sets of BI publisher. ----
select ENAME, DEPTNO from SCOTT.EMP where empno=:p_empno;
I need to use value of DEPTNO from above query in one of the sql of another dataset. How should I proceed? I am using BIP 10.3.3 version.
|