CAPTCHA
Image CAPTCHA
Enter the characters shown in the image.
This question is for testing whether or not you are human.
  • Create new account
  • Reset your password

User account menu

Home
The Hyperlogos
Read Everything

Main navigation

  • Home
  • My Resumé
  • blog
  • Howtos
  • Pages
  • Contact
  • Search

Pages

Breadcrumb

  • Home
  • Pages
Title Summary
GPSD on Win32
Monday 18th of September 2006

You might actually be looking for this other page from which I get occasional page referrals. It has ready-made binaries.


gps • software • network • Windows • howto
CSS styling for drupal Amazon Associate Tools module
Wednesday 6th of September 2006


amazon.com • drupal module • drupal-4.7
Crystal Reports: Aristocrat OASIS Stored Procedures
Friday 25th of August 2006

Aristocrat OASIS' stored procedures require some input in order to function properly. The most important elements to understand are the date specification, the iLockKey value, and the iApplication_ID.


database • howto • crystal reports
Crystal Reports: Rules of Aristocrat OASIS Reports
Friday 25th of August 2006

 

Rules for Player Reports

 

(Adapted from Beginning Crystal Reports v.6.0 Guidebook, Aristocrat Technologies, 2002.)


database • howto • crystal reports

Crystal Reports: Functions for Aristocrat OASIS
Friday 25th of August 2006

When I wrote this document, there was no way to just look up the information in the tutorial documentation (or anything else) on the Aristocrat website.

Mailing Address construction:

First Line:

{CDS_ACCOUNT.Address1a}

Second Line:

{CDS_ACCOUNT.City1} + ', ' + {CDS_ACCOUNT.State1} + ' ' + {CDS_ACCOUNT.Zip1}

 


database • howto • crystal reports
Crystal Reports 9: Insertion Sort
Friday 25th of August 2006

Given that Crystal has no array-sorting functions, there is often a need to write one. An insertion sort is the most efficient of the particularly simple and short sort algorithms, working well with short sets, whether they are already substantially sorted or not.


database • howto • crystal reports
Crystal Reports 9: Gnome Sort
Friday 25th of August 2006

Crystal Reports 9 provides no way to sort an array. If you want to calculate the median value for an array, it must be sorted. On the other hand, it does provide comparisons that work properly based on data type, so that for example ( "Alice" < "Bethany" ) will evaluate true. The following examples are designed to sort numerical arrays but they can as easily sort strings or any other data types in Crystal.


database • howto • crystal reports
Crystal Reports 9: Cocktail Sort
Friday 25th of August 2006

Among the many pieces of obvious functionality missing from Crystal is a median function that will operate on an array. The median is not horribly difficult to calculate, but in order to do so you need a sorted list of values. Another obvious thing Crystal is missing is an array sort function. The median of a list is its middle value by position such that of the set (1, 3, 3, 4, 6) the median is 3 while the average is 3.4. While it does not look very useful with a short set of only five elements, it is often useful when you have one or two hundred of them. It is often much more useful than an average when you have a lot of redundancy in your set.


database • howto • crystal reports
Crystal Reports 9: Making Sense of Time
Friday 25th of August 2006

(Converting a bunch of Seconds to something Useful)

A lot of databases store time elapsed as a number of seconds. This is sufficiently granular for most purposes and it is programatically a lot easier than storing day, hour, minute, second and so on values.

When it comes time to introduce a human to that data, the big number of seconds isn't going to mean diddly. The following example is from a report on Aristocrat OASIS, so otherwise you will need to assign the "Local NumberVar TP" at the top of the example from another report source.


database • howto • crystal reports
Crystal Reports 9: Calculating the Median Value
Friday 25th of August 2006

Crystal Reports 9 allows you to create a median summary field, but not to get the median for an array. Sure, you can get an average, or a mean, but not a median. If you want the median of a list of values, they must first be in order, which is outside the scope of this document (but there are other documents on sorting arrays.)


database • howto • crystal reports
Pagination
  • First page « First
  • Previous page ‹‹
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Current page 7
  • Page 8
  • Page 9
  • Next page ››
  • Last page Last »

Footer menu

  • Contact
Powered by Drupal

Copyright © 2025 Martin Espinoza - All rights reserved