Report - Ungrouped Assets

I’m trying to figure out how to put the results of this relevance query (which someone shared on the forum) into a table format. I’m not really sure where to start. I would appreciate some help.

<?relevance (names of it, operating systems of it, ip addresses of it, active directory paths of it, last report times of it) of elements of ((set of bes computers) - (union of member sets of bes computer groups)) ?>

Thank you!

There are relevance inspectors for Table, TableRow and TableData tags, that will allow fro wrapping the raw output into some nice HTML.

<?relevance table of concatenation of trs of (td of (item 0 of it as string) & td of (item 1 of it as string) & td of (item 2 of it as string) & td of (item 3 of it as string & td of (item 4 of it as string)) of (names of it, operating systems of it, ip addresses of it, active directory paths of it, last report times of it) of elements of ((set of bes computers) - (union of member sets of bes computer groups)) ?>

https://developer.bigfix.com/relevance/search/?query=table

Thanks so much. One last question. How would i add column headers?