Client Management Suite

 View Only
  • 1.  Inclusion & Exclusion in Filters

    Posted May 16, 2012 04:44 AM

    Hi,

    Any idea how Filter Inclusion and exclusion works in "Filters" in SMP7.1 SP1. Any one having any documents related to this. I just wanted to know how this works.

     

    Thanks

     



  • 2.  RE: Inclusion & Exclusion in Filters

    Posted May 21, 2012 01:37 PM

    See if these pdfs help:

     

    http://www.symantec.com/business/support/resources/sites/BUSINESS/content/live/DOCUMENTATION/4000/DOC4217/en_US/Altiris%20Client%20Management%20Suite%207.1%20from%20Symantec%20User%20Guide%20for%20Mac%20Management.pdf


    http://www.symantec.com/business/support/resources/sites/BUSINESS/content/live/DOCUMENTATION/4000/DOC4722/en_US/ClientManagementSuite_user_guide.pdf
     



  • 3.  RE: Inclusion & Exclusion in Filters

    Posted May 23, 2012 04:39 PM

    When membership is obtained for a filter that Includes another filter or Excludes another filter, the membership for those filters is pulled in.

    1. Membership of the filter is determined based on the SQL query for the filter
    2. Membership of included filters is obtained and added to the results
    3. Membership of excluded filters is obtained and excluded from the results

    For example:

    1. Membership of Filter: Food is determined based on the SQL query and Hamburgers, Potato Chips, Apple, and Ketchup is listed (by GUID)
    2. Membership of the included filter 'Precious Jewels' is pulled and Emerald, Diamond, and Ruby are added to the list 
    3. Membership of the excluded filter 'Red Things' is pulled and Ketchup, Apple, and Ruby are removed
    4. The remaining membership is Hamburgers, Potato Chips, Emerald, Diamond.

    Unfortunately I don't have a link, but I hope this helps.  You could open up SQL Studio and review the stored procedures with Programmability to confirm the exact SQL process that handles all of this.

    Does this answer your question?