I have performed a count on a column whose type is VarChar. The "string" this column is capturing is a GUID, which is alphanumeric, and can't be cast to an integer safely in order to perform an average on it. I want an average on the count, but the option isn't available for me to do so. Is it possible to perform an average on the running total either using a running total orr a formula field?
In summary: Through a variety of sorting, I have isolated the GUIDs I want to appear. These Guids show up as repeats of themselves based on how I have sorted and isolated them (in this case by Loan Officer since the GUID represents a Loan). I simply wanted to count how many times the GUID shows up, count it, and now show an average of that count.
To show you a better example:
Bob has a single loan, but because it hit the resubmission state 4 times, it shows up 4 times. I made a count of the GUID based on this. Now, lets say Bob has another loan and it shows up only 2 times. I want to take the count of each, add them together and divde by the number of loans. How is this done since Crystal wont let me do an average on a Running Total?
Bob White (Loan Officer)
First Loan:
{1a130376-d61f-4ea0-958c-c7eab52eb98a}
{1a130376-d61f-4ea0-958c-c7eab52eb98a}
{1a130376-d61f-4ea0-958c-c7eab52eb98a}
{1a130376-d61f-4ea0-958c-c7eab52eb98a}
--------------------------------------RT Count: 4-----
Second Loan:
{b4a0d42c-dbea-43e9-a2a2-9ff48d417543}
{b4a0d42c-dbea-43e9-a2a2-9ff48d417543}
--------------------------------------RT Count: 2-----
In summary: Through a variety of sorting, I have isolated the GUIDs I want to appear. These Guids show up as repeats of themselves based on how I have sorted and isolated them (in this case by Loan Officer since the GUID represents a Loan). I simply wanted to count how many times the GUID shows up, count it, and now show an average of that count.
To show you a better example:
Bob has a single loan, but because it hit the resubmission state 4 times, it shows up 4 times. I made a count of the GUID based on this. Now, lets say Bob has another loan and it shows up only 2 times. I want to take the count of each, add them together and divde by the number of loans. How is this done since Crystal wont let me do an average on a Running Total?
Bob White (Loan Officer)
First Loan:
{1a130376-d61f-4ea0-958c-c7eab52eb98a}
{1a130376-d61f-4ea0-958c-c7eab52eb98a}
{1a130376-d61f-4ea0-958c-c7eab52eb98a}
{1a130376-d61f-4ea0-958c-c7eab52eb98a}
--------------------------------------RT Count: 4-----
Second Loan:
{b4a0d42c-dbea-43e9-a2a2-9ff48d417543}
{b4a0d42c-dbea-43e9-a2a2-9ff48d417543}
--------------------------------------RT Count: 2-----