Hi,
This is my second attempt at a post for this problem...i'm new to the forum, but i'll do my best to describe my problem.
I'm using CR XI to access an Excel database. The data is arranged as follows:
Transaction Date[tab]Error Type 1[tab][tab][tab]Error Type 2[tab]ET3
(DATE)[tab][tab][tab][tab][tab](STRING)->
1/1/06[tab][tab][tab][tab][tab]Improper APR[tab][tab]NULL[tab][tab][tab][tab][tab]NULL
1/2/06[tab][tab][tab][tab][tab]NULL[tab][tab][tab][tab][tab]NULL[tab][tab][tab][tab][tab]NULL
1/3/06[tab][tab][tab][tab][tab]NULL[tab][tab][tab][tab][tab]Improper APR[tab][tab]NULL
1/4/06[tab][tab][tab][tab][tab]Improper APR[tab][tab]No Instructions[tab][tab]NULL
I would like to create a running total of all error types, based on the error text. In this example, the output of my desired report would be:
Error Type[tab][tab]# of Occurences[tab][tab]Error %(ErrorSum/TotalRecords)
Improper APR[tab][tab][tab]3[tab][tab][tab][tab][tab][tab]75%
No Instructions[tab][tab][tab]1[tab][tab][tab][tab][tab]25%
I have been unable to find any way to collect occurences of the same error type across multiple columns. Any ideas?
Thanks,
Joe
This is my second attempt at a post for this problem...i'm new to the forum, but i'll do my best to describe my problem.
I'm using CR XI to access an Excel database. The data is arranged as follows:
Transaction Date[tab]Error Type 1[tab][tab][tab]Error Type 2[tab]ET3
(DATE)[tab][tab][tab][tab][tab](STRING)->
1/1/06[tab][tab][tab][tab][tab]Improper APR[tab][tab]NULL[tab][tab][tab][tab][tab]NULL
1/2/06[tab][tab][tab][tab][tab]NULL[tab][tab][tab][tab][tab]NULL[tab][tab][tab][tab][tab]NULL
1/3/06[tab][tab][tab][tab][tab]NULL[tab][tab][tab][tab][tab]Improper APR[tab][tab]NULL
1/4/06[tab][tab][tab][tab][tab]Improper APR[tab][tab]No Instructions[tab][tab]NULL
I would like to create a running total of all error types, based on the error text. In this example, the output of my desired report would be:
Error Type[tab][tab]# of Occurences[tab][tab]Error %(ErrorSum/TotalRecords)
Improper APR[tab][tab][tab]3[tab][tab][tab][tab][tab][tab]75%
No Instructions[tab][tab][tab]1[tab][tab][tab][tab][tab]25%
I have been unable to find any way to collect occurences of the same error type across multiple columns. Any ideas?
Thanks,
Joe