TAG | Functions
8
Crystal Reports: FractionToDecimal() Function
No comments · Posted by Craig Buchanan in Crystal Reports, Functions, Programming
Converts a fractional value in the format of Numerator/Denominator or Whole + Numerator/Denominator to a decimal value.
(more…)
9
Crystal Reports: Array_PushEx() Function
2 Comments · Posted by Craig Buchanan in Crystal Reports, Functions, Programming
Add a unique string value to an array of string values. Uses the delimiter to convert the value into an array. (more…)
9
Crystal Reports: Array_Contains() Function
No comments · Posted by Craig Buchanan in Crystal Reports, Functions
Determines if a string value is contained in an array of strings.
(more…)
25
Crystal Reports: CDateRange() Function
No comments · Posted by Craig Buchanan in Functions, Programming
Convert a string value into its equivalent Date Range.
14
Crystal Reports: getLocalizedString() Function
2 Comments · Posted by Craig Buchanan in Functions, Programming
getLocalizedString is a Crystal Reports Custom Function to used convert a constant to a localized string.
8
Crystal Reports: FirstMonday() Function
No comments · Posted by Craig Buchanan in Crystal Reports, Functions, Programming
Finds the the first Monday in the current month.
8
Crystal Reports: Pad() Function
1 Comment · Posted by Craig Buchanan in Crystal Reports, Functions, Programming
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.
29
Crystal Reports: ElapsedTime() Function
1 Comment · Posted by Craig Buchanan in Crystal Reports, Functions, Programming
Converts a number of seconds into a string in the format of days.hours:minutes:seconds.
7
Crystal Reports: ShellSort() Function
No comments · Posted by Craig Buchanan in Business Objects Enterprise, Crystal Reports, Functions, Programming
Sort an array of numbers using the Shell sort algorythm. This sorting algorythm will quickly sort arrays in Crystal Reports.
Business Objects · Crystal Reports · Functions · Programming
