Hi,
I have a database field which at the end contains required info like (Q for Quarterly, SA for Semi Annual, A for Annual). I have to extract the data and save it to display the discount %age on page footer.
In addition to the required data I have some items which are dummy (Like membership doesn't get any discount). When I write a formula it is taking the last record into consideration. I cannot do re-ordering of the records as they want to display as-is.
For eg if I have
C1 Q
Membership
as two lines. I should able to save Q in the first line and ignore membership line.
How should I acheive this in crystal reports
I have a database field which at the end contains required info like (Q for Quarterly, SA for Semi Annual, A for Annual). I have to extract the data and save it to display the discount %age on page footer.
In addition to the required data I have some items which are dummy (Like membership doesn't get any discount). When I write a formula it is taking the last record into consideration. I cannot do re-ordering of the records as they want to display as-is.
For eg if I have
C1 Q
Membership
as two lines. I should able to save Q in the first line and ignore membership line.
How should I acheive this in crystal reports