(imported topic written by gearoid)
How do I use session relevance to get the values of the properties returned in an analysis ?
(imported topic written by gearoid)
How do I use session relevance to get the values of the properties returned in an analysis ?
(imported comment written by SystemAdmin)
Here is a sample:
(((((values of results from (bes property “LPAR PVU”) of it) of computer of it as integer) of results from (bes computers) whose (relevant flag of it) of (bes fixlets whose (name of it contains “lparstat prtconf” AND type of it contains “Analysis”)))as string))
In this case:
You could also use the excel connector’s query wizard to get the results of the property. It will then auto generate the session relevance statement for you if you want to reuse the relevance.
(imported comment written by gearoid)
Thanks jimmie
I also got this neat one.
Garret
(name of property of it, values of it, name of computer of it) of (results of properties of it) of (fixlets whose (analysis flag of it = true) of current bes site)