Relevance for Analysis

(imported topic written by Sean_Mahanay91)

I need to build an Analysis that will only return results from OS’ that I want analyzed. Would it be better to analyze nodes and return information if the relevance says to include or exclude specified Operating System’s?

What would such relevance be for say getting information about: Windows XP

Or Mac OS X

(imported comment written by BenKus)

Hey Sean,

You can set the relevance of the Analysis to something like:

name of operating system as lowercase contains “win”

or

name of operating system as lowercase contains “mac”

Ben

(imported comment written by Sean_Mahanay91)

Thanks Ben.