CR 8.5 Access db
Within a group, I have three data items;
1. A distinct count of loan numbers
2. Aging (# days) .... >5 is considered late
//@count >5
if {@age group}in 0 to 5 then 1 else 0
where the "age group formula is: Abs ({Retail Closed File Table.OPENDATE}-{Retail Closed File Table.CLOSEDATE})
3. A formula denoting what % of #2 above is of #1
//@% over tolerance
sum({@count >5},{Retail Closed File Table.LFC Name})/count({Retail Closed File Table.FOLDERNUMBER},{Retail Closed File Table.LFC Name})*100
I want to sort by this @% over tolerance formula, but it is not available to do so. I'm new to Crystal and would appreciate any help. Thanks a bunch.
Within a group, I have three data items;
1. A distinct count of loan numbers
2. Aging (# days) .... >5 is considered late
//@count >5
if {@age group}in 0 to 5 then 1 else 0
where the "age group formula is: Abs ({Retail Closed File Table.OPENDATE}-{Retail Closed File Table.CLOSEDATE})
3. A formula denoting what % of #2 above is of #1
//@% over tolerance
sum({@count >5},{Retail Closed File Table.LFC Name})/count({Retail Closed File Table.FOLDERNUMBER},{Retail Closed File Table.LFC Name})*100
I want to sort by this @% over tolerance formula, but it is not available to do so. I'm new to Crystal and would appreciate any help. Thanks a bunch.