(imported topic written by SystemAdmin)
Any simple way of producing a list of computers along with the group that they’re assigned to?
(imported topic written by SystemAdmin)
Any simple way of producing a list of computers along with the group that they’re assigned to?
(imported comment written by Lee Wei)
You can try this:
(name of item 0 of it,
name of item 1 of it)
of (bes computers, bes computer groups)
whose (size of ((member set of item 1 of it) - (set of item 0 of it)) < size of member set of item 1 of it)
Here is a form that is suitable for web reports
<?relevance (html "Computer | Group | " & it & html "
---|
Since there are no filters, it will probably be a long report, so we might want to consider a filter at some point.
Lee Wei