curtispell
Programmer
My DB2 table contains a 6000 character field of which every 12 characters represents an error code that looks something like 06-567-09R01. There can be up 500 errors per item. I need to count the number of errors per item in Business Objects. Also, I need to be able to count, as an example, the number of occurrences of the error code 06-567-09R01 in the entire table.
Can anyone help on how to approach this problem?
Can anyone help on how to approach this problem?