Hello,
I have been with a company for five years as an hourly employee. When I originally started the job was mainly data entry. As the company has grown I took on more tasks. The work I do now involves writing, running, and distribution of reports in Crystal XI that takes up about 50% of my...
In the supressed details section I have the formula
@accum
whileprintingrecords;
stringvar coverages := coverages + totext({COVERAGES.COVERAGE_DESCRIPTION})+", ";
stringvar drivers := drivers + ProperCase(totext({DRIVERS.DRIVERNAME}))+"] ";
stringvar age := age + totext({@age},0)+", ";
In the...
I have the report grouped on our clients.client_id. The details section is supressed. The display information is in the group footer.
What I get currently which is listed horizontally.
Drivers:
TOM ZIP] LISA ZIP] TOM ZIP] LISA ZIP]]
Age:
46, 46, 46, 46
Coverages:
Preferred Auto, Motorcycle...
Crystal 11, IBM UniVerse
Accumulation formula references this thread. Which I have at the clients level.
Report function: Display clients without a particular coverage with as much informaiton in one horizontal line.
I work for an insurance agency just so this makes a little more sense. I am...
Well it almost works...When I use AND I do not seem to retrieve any information when I use OR it works buuuuut when I add another group i.e.
AND
(
if 3 in {?coverages} then
NOT ISNULL({PA_COVERAGES_VEHICLES_ID.UNDINSBIPREM})
)
OR
(
if 4 in {?coverages} then...
Crystal XI, IBM UniVerse
I was curious if it is at all possible to use a Parameter Field to select multiple values from different fields.
I have a number of fields that at some time or another need reports generated from them either being null or not null.
I would like to be a selection box...
Crystal XI, IBM Universe.
I'm trying to select client who only have a particular type of policy. Our {Policies.Coverages_ID} table contains this info and the policy type I'm trying to select is 53. What should show up is clients who only have 53 as their only policies. The client may have more...
Crystal XI
I'm trying to supress alphanumric account numbers that end with a zero, the alpha portion being at the front. An example would be, under the supress section {accountnumber] endsWith 0 though I know there is not endsWith but is there someway to accomplish that?
I'm using Crystal Reports XI with Windows XP.
I am coming from Crystal 8.5 and i used to be able to insert a subreport and supress the section that subreport was in and the subreport variable would get passed. With XI when I try supressing the subreport or supress/hide the section the variable...
I'm using Crystal XI on WinXP an IBM Universe database.
I am trying to figure out how to create a parameter field with a drop down list populated by specific date ranges that are not stored in a database.
-J
Has anyone else expierenced this? When I turn on hyperthreading Crystal XI runs incredibly slow. As a single CPU it seems to run just fine. Anyway around that at all?
I am running Crystal Reports XI on Windows 2000 against an IBM UniVerse database on a Win2k Server.
I run serveral reports that go out to our agents and I was wondering if there is a way to have Crystal reports email the appropriate section to an agent. The reports are grouped by agent and...
Thanks lbass, well after verifying the formula wasn't the problem I went back and tested our system as it turns out it was a problem with that particular database. Thanks again.
I'm using Crystal XI on Windows 2000 server with IBM UniVerse.
I am trying to total a columns which for some reason has a number of duplicates. The formula is mostly from Ken H's site.
First I created a running total named LiabBICSL with a distinctcount on PA_Coverages_VehicleNo.VEHICLENO...
I am using Crystal 8.5 on Windows 2000 using IBM Universe Database. I am having trouble with a column called COVCLIMIT on my HO_COVERAGES table. I have six of these type of columns which all contain numeric data or NULL values. I set Crystal to convert NULL Field Value to Default. The five...
Well I was sort of able to do what I need it to do. Here is what I ended up doing.
I created a running total with
field to summarize:
//#vehicleno
PA_COVERAGES_VEHICLENO.VEHICLENO
Evaluate:
For each Record
Reset:
On change of group Policies.Policies_ID
Then for each field I needed to convert...
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.