create a grid report with dynamically columns
How to create a grid report with an unknown number of columns?
I can have a name column and one price column, but I can also have a name column and multiple price columns.
I know I can use a PivotTable object for this, but it requires appropriate data preparation.
I can't make any modifications in the program, so I'd like to do everything in FR Designer.
Comments
Try to use cross-tab.
See a sample in the C:\Users\Public\Documents\Fast Reports\VCL\2025.2.7\Sources\Demos\VCL\FastReport\PrintTableDemo\ folder.