Blog

Adding a QR Code to Crystal Reports

Sadly, this no longer works. Google have removed the API. I’m hoping that the next release of Crystal Reports supports https for image locations so I can update this to a newer API. I just had an interesting support question from a customer, and felt the need to put pen to paper. They’re finding that […]

Caching queries using SQL views

A customer approached us as they were having problems with report performance. The problem related to a report being based upon a view that took 90 seconds to run. I didn’t think that was too slow until they told me that there were hundreds of concurrent reports all hitting the same query. First response was to […]

Using Temporary Tables with Crystal Reports

I recently wrote a Crystal Report for a customer that queried their recurring bookings for gaps of more than 45 minutes. Easy enough, just sort the report by booking time and use Crystal’s previous() and next() functions to work out when the gap’s too large. A little conditional formatting to hide the rows without gaps, […]

Scroll to top