CrossTab and known number of cols

edited March 2009 in FastReport 4.0
Hi, I have to create a cross-tab report.
It should be something like:
1  2  3  4  5 ...  31  
Name1
Name2
Name3

So I know number of columns.

But the thing is that I don't have in my dataset every column.

For example:
Name1     4      [value]
Name1     5      [value]
Name2     3      [value]
Name2     5      [value]
Name2     7      [value]
Name3     4      [value]
Name3     5      [value]
Name3     6      [value]

So, what to do, to have in my report 31 columns, and when Someone doesn't have any value, just write: [-], for example:
            1         2         3           4...            ...31
Name1        -         -          -           [value] 
Name2        -         -        [value]    
Name3        -         -          -          [value]

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.