system
January 27, 2012, 8:48pm
1
(imported topic written by SystemAdmin)
Is there a way to pull, with session relevance, the status listing of analyses?
I can pull the total with:
number of bes analyses
but what I need is the breakdown; I.E. ‘Not Activated’ ‘Activated Globally’…etc
thanks,
Baraq
Console version 8.1.551.0 with DSS-SAM Version 1.3.1.597
leewei
January 27, 2012, 9:20pm
2
(imported comment written by Lee Wei)
This should work for you.
((
if (it =
"True") then (
"Activated Globally")
else (
"Not Activated")) &
" - " & multiplicity of it as string) of unique values of ((exists activation of it) as string) of bes fixlets whose (analysis flag of it)
Lee Wei
system
January 27, 2012, 9:47pm
3
(imported comment written by SystemAdmin)
Ok wow, just when I think I have a handle on relevance you post something like this…
thanks Lee, it works perfectly.
-Baraq
Console version 8.1.551.0 with DSS-SAM Version 1.3.1.597