How to display 2 lines for each dataquery row?

 0 Replies
 0 Subscribed to this topic
 12 Subscribed to this forum
Sort:
Author
Messages
Scooter
Veteran Member
Posts: 83
Veteran Member
    In a portal page, I have a dataquery with too many fields to display on one row?  One field is a Comment field and has a length of 60 characters. How could I put this Comment field below the other fields returned from the dataquery?  
    I'm querying REQLINE and can return 1 to many lines.
    Here's an example of how I want it to display:

     (1st row)   FLD1,  FLD2, ......
                    COMMENTS

     (2nd row)  FLD1, FLD 2, ......
                    COMMENTS

     .........
    .........