Hi,
This is the parameter i currently have
WHERE ( PYRAMID EQ '&PYRAMID.(FIND PYRAMID IN HRIS_HQHC2006).Pyramid.' ) AND ( JOB_LEVEL EQ '&JOB_LEVEL.(FIND JOB_LEVEL IN HRIS_HQHC2006).Job Level.' )
AND ( CORE_GROUP EQ '&CORE_GROUP.(FIND CORE_GROUP IN HRIS_HQHC2006).Job Grouping.' );
The problem is that when i pick job level (2nd parameter), it displays all the job levels irrespective of the pyramid. How can i develop a relation between these parameters so that it only displays job levels in the pyramid i have selected and only displays core group in the job level i have selected
This is the parameter i currently have
WHERE ( PYRAMID EQ '&PYRAMID.(FIND PYRAMID IN HRIS_HQHC2006).Pyramid.' ) AND ( JOB_LEVEL EQ '&JOB_LEVEL.(FIND JOB_LEVEL IN HRIS_HQHC2006).Job Level.' )
AND ( CORE_GROUP EQ '&CORE_GROUP.(FIND CORE_GROUP IN HRIS_HQHC2006).Job Grouping.' );
The problem is that when i pick job level (2nd parameter), it displays all the job levels irrespective of the pyramid. How can i develop a relation between these parameters so that it only displays job levels in the pyramid i have selected and only displays core group in the job level i have selected