Add the time when the fixlet became first relevant

Using session relevance I want to add the time stamp when the
fixlet became first relevant into statement below. Currently the below is used
but as exists. How would I add the time statement so that I would get below +
time stamp?

Shows all relevant fixlets for Site “Patches for English”
for computer name.

(name of it, source id of
it) of fixlets of results
from (bes fixlets whose (fixlet
flag of it and display name of
site of it contains "English")) whose (exists first
became relevant of it
and relevant flag of
it = true)
of (bes computers whose (name
of it as lowercase contains
"itemserver"))

Even though the below relevance is included in above but as
exists but I need the time field added.

first became relevant of <bes fixlet result>
  
  
  <time>

Plural: first became relevants

Returns the time when the Fixlet result first became
relevant.Note: This is a Web Reports-only Inspector.

Win

One cut of it - but depending how many computers you’re looking at this may need another tweak

((name of it, source id of it) of fixlets of it, first became relevant of it) of results from (bes fixlets whose (fixlet flag of it and display name of site of it contains "English")) whose (exists first became relevant of it and relevant flag of it = true) of (bes computers whose (name of it as lowercase contains "itemserver"))

Thanks Gearoid,

Works perfectly fine for my needs. Thanks for the quick turn around as always.

1 Like