Outputting to multipe columns
i have query joining 2 tables , output in 3 columns. familiar doing it, cannot seem data in question. query returns 27 parent categories , around 200 sub (child) categories related. tries using mod 3 number of results not work.
what see 3 columns below.
[category]
child,child,child,
child,child,child,
child,child,child,
what see 3 columns below.
[category]
child,child,child,
child,child,child,
child,child,child,
the group attribute of cfoutput tag trick. details in cfml reference manual. if don't have one, internet does.
that's parents of course. mod 3, did try unsuccessful? had right idea.
that's parents of course. mod 3, did try unsuccessful? had right idea.
More discussions in ColdFusion
adobe
Comments
Post a Comment