Hi,
I have same challenge with a lookup which needs to be driven by the project. My lookup is used in a portlet filter (on the project pages) to select an existing baseline of that particular project.
The query for the lookup is:
SELECT @SELECT:ID:ID@,
@SELECT:NAME:NAME@,
@SELECT:CODE:CODE@,
@SELECT:DESCRIPTION:DESCRIPTION@,
@SELECT:IS_CURRENT:IS_CURRENT@,
@SELECT:PROJECT_ID:PROJECT_ID@
FROM prj_baselines
WHERE object_type = 'PROJECT'
AND project_id = @where:param:xml:integer:/data/id/@value@
AND @FILTER@
I don't know where the mapping is done. I don't see that option either in the lookup or in the portly filter.
Anyone?
BR/Tonny