Sorry I didn’t get back to this until now.
This is kind of what you want I think:
( "Baseline: " & name of it, concatenations " ;; " of names of components of component groups of it) of items 1 of (it, bes baselines) whose(id of item 1 of it = item 0 of it) of (maxima of ids of bes baselines)
This part of the above is just to get a baseline you have with the highest ID since I don’t have a way to reference a particular baseline universally in all root servers:
items 1 of (it, bes baselines) whose(id of item 1 of it = item 0 of it) of (maxima of ids of bes baselines)
References:
- https://developer.bigfix.com/relevance/reference/bes-baseline-component-group.html
- https://developer.bigfix.com/relevance/reference/bes-baseline-component.html
- https://developer.bigfix.com/relevance/reference/bes-fixlet.html
- https://developer.bigfix.com/relevance/search/?query=bes%20baseline