Hello all,
I'm using CR XI connecting via an ODBC(RDO) to an Access database. Currently, to number items in my report I have set up a Running Total Field with a summary type of count. The field to summarize is Observations.ObservationID (type of number). It evaluates based on the formula {Observations.TemplateItem} (type of number) = 0 and never resets. The Observations.ObservationID is unique to each item record. The way the report currently displays is pretty simple such that it shows as follows (an example output):
10. Certificates of analysis for food products were maintained on file. (the sentence is taken from a memo field: Observations.Observation)
So nothing too fancy as you can see. However, each item is assigned a score as well (Observations.Score, which is a type of String). What I'm looking to do is create a recap/summary that can be inserted into the report. This would display the item numbers of those observations that contain a certain score. An example output:
Improvement Needed Items: #3, #5, #6
Serious Items: #9, #10
Unsatisfactory Items: #14
Here are the scores being used:
0)Comment
1)Minor Discrepancy
2)Improvement Needed
3)Serious
4)Unsatisfactory
Is there a way that I could enter the item numbers from the body of the report into this recap or possibly a better way to number the items to accomplish the recap goal (and if so, how to go about doing it)?
I appreciate any help possible. Please let me know if further information is needed.
-Chris
I'm using CR XI connecting via an ODBC(RDO) to an Access database. Currently, to number items in my report I have set up a Running Total Field with a summary type of count. The field to summarize is Observations.ObservationID (type of number). It evaluates based on the formula {Observations.TemplateItem} (type of number) = 0 and never resets. The Observations.ObservationID is unique to each item record. The way the report currently displays is pretty simple such that it shows as follows (an example output):
10. Certificates of analysis for food products were maintained on file. (the sentence is taken from a memo field: Observations.Observation)
So nothing too fancy as you can see. However, each item is assigned a score as well (Observations.Score, which is a type of String). What I'm looking to do is create a recap/summary that can be inserted into the report. This would display the item numbers of those observations that contain a certain score. An example output:
Improvement Needed Items: #3, #5, #6
Serious Items: #9, #10
Unsatisfactory Items: #14
Here are the scores being used:
0)Comment
1)Minor Discrepancy
2)Improvement Needed
3)Serious
4)Unsatisfactory
Is there a way that I could enter the item numbers from the body of the report into this recap or possibly a better way to number the items to accomplish the recap goal (and if so, how to go about doing it)?
I appreciate any help possible. Please let me know if further information is needed.
-Chris