Newbies Josue Gutierrez Posted September 30, 2014 Newbies Posted September 30, 2014 Hello, I need to create a report similar to the attached PDF ( or Correct Record Number link). In the report I don't want to use the Body part but the Sub-summary; However, when I use the {{RecordNumber}} Symbol in the Sub-summary part, it does not give the consecutive record number (see the Wrong Record Number link). Is there any way to use {{RecordNumber}} Symbol in the Sub-summary part of the report and behave in same way as in body. Correct Record Number https://www.dropbox.com/s/hdaddpi9zdw72ol/CORRECT%20RECORD%20NUMBER.pdf?dl=0 Wrong Record Number https://www.dropbox.com/s/bb3e5ihip88yheb/WRONG%20RECORD%20NUMBER%20.pdf?dl=0 I appreciate any suggestion to this issue. Best Regards, Josh RMA INVENTORY 08-15-2014.pdf
eos Posted September 30, 2014 Posted September 30, 2014 You cannot use the record number symbol, because it displays the number of a record; and regardless of your displaying the body part or not, the records that generate the summary parts are still “there”. Instead, create an unstored calculation field as Case ( yourSubSummaryBreakField ≠ GetNthRecord ( yourSubSummaryBreakField ; Get ( RecordNumber ) - 1 ) ; 1 ) and a summary field as Count (running) of this field. That's your sub-summary “record number” value. 1
Recommended Posts
This topic is 3763 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now