Am creating a report for relevant fixlets for all clients based on the following:
Relevant Fixlets per Computer
<?Relevance (b of name of it & unordered list of names of relevant fixlets whose (fixlet flag of it = TRUE) of it ) of bes computers ?>
As it is large, I schedule it to run early AM and mail to me and filter for other items. However, this report does not appear to create the report in any computer name order. What relevance do I add to this to get the report to sort based alphabetically on the “Computer Name” retrieved property?
The relevance language does not guarantee the order of results. When I want to sort the results, I use javascript. This thread has lots of information you could incorporate into your report:
Interestingly, the unique values inspector has the side effect of sorting the results. You could do:
<?Relevance (b of name of it & unordered list of unique values of names of relevant fixlets whose (fixlet flag of it = TRUE) of it ) of bes computers ?>
Finally, we have a stock report that does what you are looking for and also has some additional grouping capabilities.
In Web Reports, click the ‘Create’ link in the header bar.
Chose ‘Computer Properties’ and click ‘Next’.
Don’t change anything except check the ‘include relevant fixlets’ box and click next.
If you’d like, go back and experiment with some of the grouping options.