The following examples show how to use an Excel formula to select the smallest date from a table. This may be useful where you have a table with duplicate information,…
The following formulas show how to calculate the difference between two dates. The difference can be measured by: days months years days - ignoring years days - ignoring months and…
Text of dates in Crystal Reports can be annoying - you can't apply any date-specific formatting or use the date in formulas - because it is after all, just the…
The following code shows how to calculate the financial year from a date in a Crystal Reports. It uses the Australian financial year which is from July to June, e.g.…
The following formulas show how to calculate current age from a date of birth. Calculate age in years This formula will calculate the current age in full years - for…
The following steps show how to make the 'details' row in a crystal report using alternative line shading. In this example we will be using a light grey colour (RGB…
Problem When running a Crystal Report you receive the following error message Division by zero. Solution Before describing how to work around this issue a quick explanation. When you see…
I recently needed to set a default option for a SELECT drop down list. As you probably already know, select elements do not support a default value, but you can…