I have a report that allows me to enter multiple keywords and then searches for occurrences of them in a memo field. Here is the language I use in the selection criteria:
numbervar counter ;
stringvar holder ;
holder := "" ;
counter := 0 ;
for counter := 1 to count({?Search Value}) step 1 do...
I have developed a pretty decent expertise with Crystal Reports and have asked my office for a copy to install on my home PC so that I can work on reports away from downtown Washington. However, because I work for brain-dead Federal bureaucrats, they have told me that they cannot provide me with...
I have created a suite of several dozen WP macros that enablemy colleagues to generate a substantial number and variety of customized memos and other documents. The macros have worked through successive upgrades of WordPerfect. However, when I tried to run them under WP10 on my new home...
I created a subreport that established a shared date variable; this variable was then passed back to the main report (where I had already declared the same shared variable) and displayed. The problem was that, if I suppressed the subreport, the shared variable disappeared from the main report...
The answer to this should be obvious, but it's not - at least to me. I am simply trying to create an array. Nothing fancy. I create a formula @CITYSTATE and enter the following:
Whileprintingrecords ;
shared stringvar citystate := [{FILE.CITY},", ",{FILE.STATE}] ;
When I tried to...
I understand that you can use a function to tell you what page you are on compared to the total number of pages in the ENTIRE REPORT; but is there a simple way to get a footer to show the page number as a function of the total number of pages IN THE GROUP?
Example:
Group A spills over to a...
I am having a terrible time with a problem that should be a no-brainer. I have a paramter with six choices. Each choice corresponds to a particular program officer. The logic is as basic as it gets: Select one set of initials, and you see only the results for which the field PO contains that...
I have been trying to create a variable that takes the form of an array. I followed the instructions in Seagate's technical paper on arrays and wrote the following in the formula definition:
numbervar array myarray ;
whileprintingrecords ;
myarray := [0,0,0,0] ;
(etc.)
But when I try to save...
I had to employ the following technique to get SCR to repeat info about a record on subsequent pages (when the record in question ran for more than a single page). I don't know if this is the right way to do it, but it works:
In the Details section, RECORD ONE contains the name of an...
Here is my problem: I have a main table that contains lots of information on grant applications. Linked to this table is another table that links to the first table by a unique 6-digit identifier number and contains about 50 keyword fields. Each keyword field contains either a "1" or a...
I am relatively new to Crystal Reports, so this may seem like an obvious question.
My problem is that I want to create a stacked bar graph, but can't find any instructions in the manual or online.
I have four categories of grant applications. An application can score anywhere from 10 to 100...
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.