Relevant Fixlet of Computer

(imported topic written by var91)

hi @all,

I want to see als relevant fixlets for the copmuter “TEST” and the fixlet id of each fixlet.

Relevance Code:

(names of it of relevant fixlets whose (fixlet flag of it = TRUE AND Name of it contains “Installation”) of it ) of bes computers whose (name of it = “TEST”)

This is my Result now:

Dotnet 1.1 - Installation

IBM Personal Communications 5.8 - Installation

Java JRE 6 Update 24 64-bit - Installation

I want to see the id of the fixlet at first (before the fixlet name)

Thanks for help

Andi

(imported comment written by Lee Wei)

Andi,

Here is an example statement:

(id of it, name of it) of relevant fixlets whose (fixlet flag of it = TRUE AND Name of it contains “Installation”) of bes computers whose (name of it = “TEST”)

Lee Wei