[ic] table_organize or item_alternate to display 2 columns of data?

Rene Hertell interchange-users at hertell.com
Wed Nov 26 22:36:34 EST 2003


> Greetings,
> 
> 	I have a bunch of data from a table that I want to display 
> in an HTML 
> table like this:
> 
> Item 1		Item 5
> Item 2		Item 6
> Item 3		Item 7
> Item 4		Item 8
> 
> 	When I pull the data from the db, they come out in order 
> (Item 1, Item 
> 2 ... Item 8).  Right now, I get the info displayed like this:
> 
> Item 1		Item 2
> Item 3		Item 4
> Item 5		Item 6
> Item 7		Item 8
> 
> 	Can table_organize do this, or do I need to break into Perl 
> to do it?

Yes, it can. Check the switch from the docs that you can find over here:
http://www.icdevgroup.org/i/dev/docfly.html?mv_arg=ictags06%2e20

Rene



More information about the interchange-users mailing list