(imported comment written by Lee Wei)
Hi Anthony,
What properties are you interested in for the Fixlet results?
There are different ways to create Fixlet results, and here is an example form. Since the results are from BES Computers, you need to specify the computers somehow.
results from <bes computer> of <bes fixlets>
Once you have the results, these are the properties available:
computer of : bes computer
first became relevant of : time
fixlet of : bes fixlet
last became nonrelevant of : time
last became relevant of : time
relevant flag of : boolean
Here is an example statement:
( name of fixlet of it, name of computers of it, relevant flag of it ) of results from (bes computers) of (bes fixlets whose ( name of it as lowercase contains
"bes" and name of it as lowercase contains
"license" and name of it as lowercase contains
"restricted" and name of it as lowercase contains
">= 7.0" and name of it as lowercase does not contain
"due") )
Lee Wei