Skip to main content
May 12, 2006
Question

displaying a table 30rows(users) by 10 colums(jobs) for cfdocument

  • May 12, 2006
  • 1 reply
  • 346 views
I have to print a grid/table (not cfgrid) of jobs along the x-axis(horizontal) and users along the y-axis(vertical).

Can someone show me how to make a table which will display 30 users along the y-axis and 10 jobs along the x-axis knowing there are unlimited of each?

10 x 30 for unlimited users and jobs. The end result is to use cfdocument and make a printable pdf of the table.

Many thanks,

Kiley

    This topic has been closed for replies.

    1 reply

    May 12, 2006
    http://www.netmatrix.com/images/htmltable.jpg <- this is what i want to do.
    Inspiring
    May 15, 2006
    This will depend upon your query result set, but

    You will need to use

    <cfoutput query="" group="Job">

    Then check out the code from Web Tricks

    Ken