CoffeeManOhYesIAm
Technical User
Feliz Cinco de Mayo, Everybody! -
I'm using CR 8.5 to generate a "Job Traveler" report that circulates around our shop with each part we make. Every part has a unique job number ({JobHead.Jobnum}), assembly number ({Jobasmbl.AsmSeq}), and BOM sequence ({Jobasmbl.BOMSEQ}) which directs the manufacturing operations to perform in order, starting with the number 10 (i.e. Operation Sequence ({JobOper.OprSeq}) = 10, 20 ... 80, 90).
===========================================================
The structure of the report is as follows:
Page Layout = Landscape, 8.5 x 11 inch.
RH - Suppressed
PH - Suppress if: PageNumber = 1.
GH #1 (grouped by job number)
GH #2 (grouped by subassembly)
GH #3 (grouped by BOM sequence)
GH #3a - GH #3k (optional pages of info)
Details a - Suppress if: isNull({JobOper.OprSeq})
Details b - Suppress if: isNull({JobOper.OprSeq})
Details c - Suppress if: isNull({JobOper.OprSeq}), New Page After.
Details d - Suppress if: isNull({JobOper.OprSeq}) or CheckBox01 = False.
// User will check the CheckBox01 if s/he wants to print related scanned documents at this operation.
GF #3 - Suppressed, New Page Before, Reset Page Number After.
GF #2 - Suppressed
GF #1 - Suppressed
PF - Suppress if: isNull({JobOper.OprSeq}) (Contains tables with space labeled for Operation Signoffs from Operators, Supervisors, Inspectors)
RF - Suppressed.
===========================================================
Of the 4 details sections, the a, b, & c sections appear for every record of ({JobOper.OprSeq}).
PH + Details a + Details b + Details c + PF = one page height.
In some cases (when the CheckBox01 = True) Details d must be shown as well, on its own page. When this happens, the PF should be suppressed on that page.
My brain hurts from seeing too many Johnny Damon commercials, so I can't figure out how to do this.
So if anybody knows how I can suppress the PF when details d is not suppressed but still have it appear under details a - details c, I would love to hear your solution...This is driving me nuts!
I'm using CR 8.5 to generate a "Job Traveler" report that circulates around our shop with each part we make. Every part has a unique job number ({JobHead.Jobnum}), assembly number ({Jobasmbl.AsmSeq}), and BOM sequence ({Jobasmbl.BOMSEQ}) which directs the manufacturing operations to perform in order, starting with the number 10 (i.e. Operation Sequence ({JobOper.OprSeq}) = 10, 20 ... 80, 90).
===========================================================
The structure of the report is as follows:
Page Layout = Landscape, 8.5 x 11 inch.
RH - Suppressed
PH - Suppress if: PageNumber = 1.
GH #1 (grouped by job number)
GH #2 (grouped by subassembly)
GH #3 (grouped by BOM sequence)
GH #3a - GH #3k (optional pages of info)
Details a - Suppress if: isNull({JobOper.OprSeq})
Details b - Suppress if: isNull({JobOper.OprSeq})
Details c - Suppress if: isNull({JobOper.OprSeq}), New Page After.
Details d - Suppress if: isNull({JobOper.OprSeq}) or CheckBox01 = False.
// User will check the CheckBox01 if s/he wants to print related scanned documents at this operation.
GF #3 - Suppressed, New Page Before, Reset Page Number After.
GF #2 - Suppressed
GF #1 - Suppressed
PF - Suppress if: isNull({JobOper.OprSeq}) (Contains tables with space labeled for Operation Signoffs from Operators, Supervisors, Inspectors)
RF - Suppressed.
===========================================================
Of the 4 details sections, the a, b, & c sections appear for every record of ({JobOper.OprSeq}).
PH + Details a + Details b + Details c + PF = one page height.
In some cases (when the CheckBox01 = True) Details d must be shown as well, on its own page. When this happens, the PF should be suppressed on that page.
My brain hurts from seeing too many Johnny Damon commercials, so I can't figure out how to do this.
So if anybody knows how I can suppress the PF when details d is not suppressed but still have it appear under details a - details c, I would love to hear your solution...This is driving me nuts!