I am new to Crystal Reports and have what you will no doubt think is a simple problem.
I am attempting (with some difficulty) to parse a numeric field and extract from it a value. The value I want to extract is in the second column of the ID field and has a value of 1 or 2. For example, here...
I need to create a report that looks like this:
ID survey1 Survey2
1102 23 16
1108 12 18
Total: 35 34
Here is the formula I'm using to calculate the numbers for survey1:
WhileReadingRecords ;
NumberVar Survey1 ;
Survey1 := if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.