Skip to content

Quick Reports Add a column

Forums Forums SIMPOL Programming Quick Reports Add a column

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #226
    JD Kromkowski
    Participant

    I am perplexed. This where I can’t understand whether there is a bug or known lack of functionality or if I am dense. How do you add a column? I have not been able to figure out how to do this either using Quick Reports in Personal nor programatically using the qr object. JDK

    #2005
    Michael
    Keymaster

    On 11/12/2012 15:44, kromkowski wrote:
    > I am perplexed. This where I can't understand whether there is a bug or
    > known lack of functionality or if I am dense.
    >
    > How do you add a column? I have not been able to figure out how to do
    > this either using Quick Reports in Personal nor programatically using
    > the qr object.
    >
    > JDK
    >

    Hi John,

    I am a little confused. In Personal you simply double click on an entry in the list of fields, and that adds an entry to the
    select clause. It also adds a column info for each column containing information such as starting position, column width,
    alignment, etc.

    If you do it in code, then you create a select clause, and for each entry in the select clause you call qr.addcolummninfo().

    Ciao, Neil

    #2006
    JD Kromkowski
    Participant

    Imprecision of language. I know how to "add" columns.

    How do you SUM up a column.

    string integer number

    rec1 1 1.1
    rec2 1 1.1
    rec3 5 4.1

    7 6.3

    How do I SUM integer or number

    JDK

    On 12/11/2012 11:17 AM, Neil Robinson wrote:
    > On 11/12/2012 15:44, kromkowski wrote:
    >> I am perplexed. This where I can't understand whether there is a bug or
    >> known lack of functionality or if I am dense.
    >>
    >> How do you add a column? I have not been able to figure out how to do
    >> this either using Quick Reports in Personal nor programatically using
    >> the qr object.
    >>
    >> JDK
    >>
    >
    > Hi John,
    >
    > I am a little confused. In Personal you simply double click on an entry in the list of fields, and that adds an entry to the
    > select clause. It also adds a column info for each column containing information such as starting position, column width,
    > alignment, etc.
    >
    > If you do it in code, then you create a select clause, and for each entry in the select clause you call qr.addcolummninfo().
    >
    > Ciao, Neil
    >

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.