howto make detail and subdetail in same row on report

Is there a possibility to put two band in the same row?

I have a report with masterdata, detaildata and subdetail data.

I wish to print detail data and subdetail data in same row, but detail band and subdetail band can be in a same row?

Or I'm not informed?

Comments

  • edited 8:57AM
    Anybody?????
    KVIK.NET wrote: »
    Is there a possibility to put two band in the same row?

    I have a report with masterdata, detaildata and subdetail data.

    I wish to print detail data and subdetail data in same row, but detail band and subdetail band can be in a same row?

    Or I'm not informed?
  • edited 8:57AM
    Your question is not well asked. Each band can be assigned to only one DataSet or query.
    MasterBand, DetailBand and SubDetailBand are to represent relation between existing DataSets (or queries). And yet those slave bands usually show several rows of certain DataSet, so in general it is impossible to put information from several rows in one instance of any band.

    Attach a simple example of final result - what information and its layout do you need.
    Then it'll be easier to search for a solution of your issue.

    Mick



Leave a Comment