how to make report with seperated item

edited September 2007 in FastReport 3.0
hi

I have some data in tabel sales. it's look like this :

code Unit qty Price
A01 pcs 2 2000
A02 prs 1 1000
B01 grm 2 1500

i want to make the report from that table. it's look like this :

code | qty | Price | Total
pcs|prs|grm

A01 2 2000 4000
A02 1 1000 1000
B01 2 1500 3000

can you help me how to make report like that? (the column will be code, qty - have child (pcs,prs,grm) price, total)

thank's
yudi

Comments

  • edited 9:00AM
    This is a standard table.
    code | qty | Price | Total (total = Price * qty ) - master band
    pcs|prs|grm - subreport plaсed under 'qty' memo, or a detail band (depend on dataset structure).
  • edited 9:00AM
    You can do it via DBCross component , code | qty | Price | - columns , pcs|prs|grm - sub columns , this is described in User manual.

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.