I have a report that reads a row of data. For discussion purposes lets say it is a transaction class. Lets say the report has 20 records with a transaction class of v
The transaction class should be the same for each entry. So for example, I should see a v next to the transaction class. If I see anything else, I want to issue an error message. How do I get the row of transaction classes to evaluate itself and assign an error message if there is a deviation in the pattern of data, in this case something other than a v
I thought about trying to pass a parameter.