Singular time interval data manipulation and filtering

(imported topic written by nicklasd)

Good Morning All,

I have a report that shows the password age of a particular user account on every machine in my network. The data in the analysis is outputted as a “singular time interval”. Is there any way to create a filter on a web report so that I can not include any machines that have a password less than 30 days old? The code for the analysis is “q: password age of local user “administrator””.

Thank you!

(imported comment written by Lee Wei)

All the properties returned to the TEM Server as string.

So when creating filters in Web Reports, we are already dealing with string values.

Here is a suggestion, maybe you can use this Relevance for the analysis instead.

It will just return True/False that you can use to do the filtering.

(it < 30*day) of password age of local user 
"administrator"

Lee Wei

(imported comment written by nicklasd)

I like it, thank you for the suggestion!