Hello
I am using Crystal Reports 9 to create a report. This report returns rows of events. On each row is the event name, a production code number used on that event, a job step number that is due for that event, and a description that corresponds that describes the job step.
Where I am getting stuck is that I need a way to tell Crystal Reports to look at the production schedule code for the event in each row, then apply the production schedule code, for example "XLM2" just to that row. Then for the next row, check the production schedule code for that row, and apply the code.
If I just have a single event, it's easy to create a filter like this one {dflt_prdctn_schdl.prdctn_schdl_cd} = "DPS2" What I do not know how to do is to create a formula when my report contains multiple events and requires a forumula that looks at the prdctn_schdl_cd for each row, then applies that code to that row.
Hopefully my description makes some sense. Any ideas on this would be appreciated.
I am using Crystal Reports 9 to create a report. This report returns rows of events. On each row is the event name, a production code number used on that event, a job step number that is due for that event, and a description that corresponds that describes the job step.
Where I am getting stuck is that I need a way to tell Crystal Reports to look at the production schedule code for the event in each row, then apply the production schedule code, for example "XLM2" just to that row. Then for the next row, check the production schedule code for that row, and apply the code.
If I just have a single event, it's easy to create a filter like this one {dflt_prdctn_schdl.prdctn_schdl_cd} = "DPS2" What I do not know how to do is to create a formula when my report contains multiple events and requires a forumula that looks at the prdctn_schdl_cd for each row, then applies that code to that row.
Hopefully my description makes some sense. Any ideas on this would be appreciated.