christimess
Programmer
I have created a form report and need to pull in the last 5 history rows from the JOB table. Since a form report only shows one row of data I added the JOB table into the report 5 times, one for each history row. I have the Reports Effective Date set to None.
I am trying to translate the Reason Code. So I figured that I would need to add the ACTN_REASON_TBL 5 times, one for each JOB table and because the JOB table is set to None I would need to create a selection criteria selection criteria to get the lastest information from the ACTN_REASON_TBL. (SELECT MAX(ACTION2.EFFDT) FROM DEMO.PS_ACTN_REASON_TBL ACTION2 WHERE PS_ACTN_REASON_TBL = ACTION2.EFFDT) Unfortunatly I am still getting multiple pages due to the multiple rows on the Action Reason table. Does anyone have any suggestions? Thanks!!!!
I am trying to translate the Reason Code. So I figured that I would need to add the ACTN_REASON_TBL 5 times, one for each JOB table and because the JOB table is set to None I would need to create a selection criteria selection criteria to get the lastest information from the ACTN_REASON_TBL. (SELECT MAX(ACTION2.EFFDT) FROM DEMO.PS_ACTN_REASON_TBL ACTION2 WHERE PS_ACTN_REASON_TBL = ACTION2.EFFDT) Unfortunatly I am still getting multiple pages due to the multiple rows on the Action Reason table. Does anyone have any suggestions? Thanks!!!!