Home General

CSV export: multiple detail lines

edited November 2011 in General
Hi,

Is it possible to create an csv file from RB where the detail lines are
different?
A program we have to exchange data with wants the data in the following
pseudo vorm:

invoice1,date,customerid
invoiceline1,amount,article,description,price
invoiceline2,amount,article,description,price
invoiceline3,amount,article,description,price
invoice2,date,customerid
invoiceline1,amount,article,description,price
invoiceline2,amount,article,description,price

etc...

RB11.08

Kind regards,
Jeroen R?ttink

Comments

  • edited November 2011
    I would try the following layout....

    GroupHeader
    Invoice: date, customerid
    Detail
    Invoice Line: amount, article, description, price

    ....and then use the File | PrintToFile setup dialog to specify which bands
    and elements to export.


    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited November 2011
    Thanks Nard. Works perfect.


This discussion has been closed.