I use Microsoft Word's mail merge feature often. It works great for connecting into a database and spitting out all sorts of documents - but it's kind of clunky when…
The following process shows how to fill missing numbers in a range. For example, if we had an excel table where the numbers 3, 4, and 6 were missing. Instead…
The following code shows how to add a custom column to a Custom Post Type in WordPress. In this example we'll be adding a "Usefulness" column - and populating it…
The following code shows how to add a "Last Modified" column to the page and post lists in WordPress. The "Last Modified" column will be sortable, allowing you to order the…
The following code shows how to add a custom column to the WordPress posts and pages list. In this example we will be adding a "Last Modified" column. The "Last…
The PHP code below shows how to pre-fill a list field in Gravity Forms. This is done using the gform_field_value_$parameter_name filter that allows you to populate a field with values…
The following steps show how to order a cross tab in Crystal Reports from largest to smallest - by default the order would be by first column alphabetically. For example:…
The following code shows how to convert a number to text in a Crystal Reports formula - whilst also removing all formatting. For example, the number 1000 in your data…
The PHP code below shows how to pre-fill a list field in Gravity Forms. This is done using the gform_field_value_$parameter_name filter that allows you to populate a field with values…