(imported topic written by cstoneba)
How can I pull back the ordered names of fixlets within all baselines that are part of the “Patching” custom site?
(imported topic written by cstoneba)
How can I pull back the ordered names of fixlets within all baselines that are part of the “Patching” custom site?
(imported comment written by SystemAdmin)
This should work:
unique values of names of components of component groups of fixlets whose(baseline flag of it ) of all bes sites whose( custom site flag of it AND name of it =
"Patching")
Relevance doesn’t really do sorting. However “unique values” has a side effect that it prints everything out in lexicographical order (close, but probably not quite what you want). To get better sorting you’d have to do it outside of the relevance (in javascript or whatever).
-Zak
(imported comment written by cstoneba)
thanks Zak.
I was able to sort it by using this code:
ordered list of unique values of names of components of component groups of fixlets whose(baseline flag of it ) of all bes sites whose( custom site flag of it AND name of it = “Patching”)