Hello
Select DISTINCT SYS.Client0, Count(*)
From v_R_System SYS
Join v_FullCollectionMembership COL on COL.ResourceID = SYS.ResourceID
Where COL.CollectionID = 'UCP0001F'
Group By SYS.Client0
System Resource - Client equal 1
System Resource - Client Version is Null
System Resource - Client Version is Not Null
Client0 (No column name)
NULL 341
0 38
1 258
Is it normal? Should I have 3 values NULL, 0, 1 or should it be only two values NULL & 1?
NULL ==> No Client
1 ==> Client installed
what does 0 mean?
Thanks,
Dom