Question
cfoutput data into categories
I have a database query that returns a book titile and list it ... however some of the books will have a category to them and I want to list the category and then the books titles under that ... Do I need to create an array or can I do it in a cfloop.
Sample
BookTitle 1
BookTitle 2
Category
BookTitle 1
BookTItle 2
Booktitle 3
