I need to create a report in MSTr which will contain a subquery with a prompt inside the subquery. I thoufht of using Advanced FIlter option where I wrote ApplyComparison . But that subquery in that filter is fine when there is no prompt or atmost value prompts. But my prompt will be elemnt list prompt. How to do it?
This is what I need to do:
A.a IN (SELECT B.a
FROM
A,
B,
C,
D
WHERE
( .........
AND B.b IN PROMPT('Select b')
AND D.d IN PROMPT('Select d') )
These are not value prompts. How to achieve this?
Thanks,
This is what I need to do:
A.a IN (SELECT B.a
FROM
A,
B,
C,
D
WHERE
( .........
AND B.b IN PROMPT('Select b')
AND D.d IN PROMPT('Select d') )
These are not value prompts. How to achieve this?
Thanks,