Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chuchuchui

  1. chuchuchui

    Raise for work outside of job description

    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...
  2. chuchuchui

    supress duplicates in an accumulation formula

    Thank you, that worked like it's supposed to.
  3. chuchuchui

    supress duplicates in an accumulation formula

    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...
  4. chuchuchui

    supress duplicates in an accumulation formula

    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...
  5. chuchuchui

    supress duplicates in an accumulation formula

    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...
  6. chuchuchui

    use parameter fields for multiple fields

    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...
  7. chuchuchui

    use parameter fields for multiple fields

    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...
  8. chuchuchui

    select records with only a particular record

    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...
  9. chuchuchui

    surpessing accounts ending in zero

    Thanks, worked like a charm.
  10. chuchuchui

    surpessing accounts ending in zero

    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?
  11. chuchuchui

    Crystal XI subreport supression not working

    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...
  12. chuchuchui

    crystal XI date range drop down list parameter field

    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
  13. chuchuchui

    anyone have comments on Crystal Reports Distributor

    Hello I was just curious if anyone could share any of their experiences with Crystal Reports Distributor.
  14. chuchuchui

    Crystal XI slow with Hyperthreading

    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?

Part and Inventory Search

Back
Top