Converts a fractional value in the format of Numerator/Denominator or Whole + Numerator/Denominator to a decimal value.
Category Archives: Functions
Crystal Reports: Array_PushEx() Function
Add a unique string value to an array of string values. Uses the delimiter to convert the value into an array. Continue reading
Crystal Reports: Array_Push() Function
Add a string value to an array of strings, only if string value hasn’t already been added to the array.
Continue reading
Crystal Reports: Array_Contains() Function
Determines if a string value is contained in an array of strings.
Sql Server: DateRanges() Function
This user-defined function creates a table of date ranges. Continue reading
Crystal Reports: CDateRange() Function
Convert a string value into its equivalent Date Range.
Crystal Reports: getLocalizedString() Function
getLocalizedString is a Crystal Reports Custom Function to used convert a constant to a localized string.
Crystal Reports: FirstMonday() Function
Finds the the first Monday in the current month.
Crystal Reports: Pad() Function
Adds the specific character to the left side of a value when the value is less than a comparison. Useful when converting a single-digit month or day to a string.
Crystal Reports: ElapsedTime() Function
Converts a number of seconds into a string in the format of days.hours:minutes:seconds.