List & Label Reporting Blog

embedded fonts in project files header

Embedding Fonts in Project Files

ByJochen BartlauSep 18, 20242 min read
Applications are increasingly deployed in Docker environments or directly on the web server. With doing so, it’s often challenging to provide fonts. In particular, installing fonts in Docker containers can be a tedious task, as previously documented here in our forum. Fonts often can’t be easily distributed or installed on web servers either. This creates a situation, particularly with company-owned fonts, in which not all required fonts are available by default.
reporting object inspector

New VCL Component for Delphi Developers

ByJochen BartlauFeb 28, 20192 min read
It's been a while since the original announcement back in June 2016, but hey, we're finally there. Today marks the release of a brand new VCL component that uses the data provider interface and FireDAC at its core. 
dummy-img

New DataProvider for Redis

ByJochen BartlauJan 29, 20193 min read
Redis is an in-memory key-value database, so a typical NoSQL database. Since its initial release in 2009, it has become quite popular and now is, according to db-engines.com by far the most popular key-value database out there. With the new RedisDataProvider you can now use your Redis database within List & Label or Report Server.
activate rest api

Swagger and OpenAPI Support for Report Server REST API

ByJochen BartlauDec 20, 20182 min read
The OpenAPI Specification (OAS) defines a standard interface description for REST APIs, which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic.
ios app combit report server

New Apps for the combit Report Server

ByAlexander HorakNov 29, 20181 min read
This post belongs to a series of blog posts that are dedicated to the innovations of combit Report Server 24. At this point I would like to recommend the two posts "What's New in Report Server 24, Part 1" and "What's New in Report Server 24, Part 2".

Today we are talking about the new native iOS and Android apps for the combit Report Server, which allow you to access the reports on your Report Server directly from your smartphone or tablet. Previously, this was also possible directly via the Report Server web interface, but the new apps offer additional options and a device adapted and fast operation, as you would expect from a native app.
Miscellaneous Treats in LL24

Miscellaneous Treats in LL24

ByJochen BartlauNov 19, 20184 min read
While I've been blogging about the major and most-UI-visible features during the last few months, of course there are gazillions of minor and less visible changes underneath the hood in LL24. This blog post sums up some more reasons to be cheerful.
preview control window

Customizing the Preview’s Look & Feel

ByJochen BartlauOct 30, 20181 min read
Since the introduction of our feature portal three years ago, it has become an important driver for our innovation. If you filter for "available in latest version", you'll find some fourty features we've built into the product on your request. So here comes a big "thank you" to everyone participating! Your help, effort and ideas are more than welcome anytime. Of course, we've implemented some of the top voted demands into LL24. One of them has been to enable the customization of the preview window's look and feel.
dummy-img

Add Your Custom Objects and Functions to the Web Designer

ByJochen BartlauOct 19, 20183 min read
Extensibility is a first class citizen in the List & Label universe. You can add your own functions and objects to the Designer, enabling complex calculations within your code or custom objects. However, there was one important link missing so far – all this code just runs on the desktop. If your application runs on a server and you're using the Web Designer you're hosed – until version 24.
rscript for data visualization

Use Rscript Visualizations for Your Reports

ByJochen BartlauOct 11, 20183 min read
While List & Label's charts offer a lot of visualization types and are extended almost every version, there are way too many visualization types to support them all. Thus, requests for new chart visualizations keep bubbling up in our feedback portal. On the other hand, Rscript is a well established language specialized for statistical computing and graphics that supports any visualization I can think of. So it absolutely makes sense to add Rscript output to the available chart visualization and include the best of both worlds – List & Label's versatility for report layout and data access and Rscript's deluge of visualization types. And that's just what we did for the Enterprise Edition of List & Label 24.
divided pie chart in LL23

Vastly Improved Chart Rendering in the Browser

ByJochen BartlauOct 5, 20181 min read
Over the years, we kept improving our chart engine with each version. We've added Donut, Radar and Treemap charts and offered new layout options. However, if your charts were to be rendered in the browser, the only available formats so far have been PNG or JPEG, leaving you with exactly two options: either have great quality and huge file sizes or a swift download and poor rendering quality. There was no option to combine both (and I'm not thinking "huge download and poor quality" here <g>). In LL24, this is going to change.
dialogue choose table element type

Creating Crosstabs via Drag & Drop

ByJochen BartlauSep 28, 20182 min read
A crosstab does a great job in aggregating your data and helps to spot trends and outliers. We've put great effort in enhancing our crosstab support for the last few versions. However, although there's a nice wizard to get you started, usability testing showed that even creating simple crosstabs was still a challenging task for some users. That's something we hope to change with LL24.