Client Management Suite

 View Only
  • 1.  Drill down reports - understanding

    Posted Oct 01, 2013 01:48 PM
      |   view attached

    Ok so I watched the video over here

    http://www.symantec.com/connect/videos/symantec-management-platform-reports-creating-drill-down-report

     

     

    so am I getting it right that a drill down report is just tying a report to another? so you need 2 reports?

     

    So can someone walk me through the steps of this? I have a report that just does a count of machines with McAfee

    Select t0.[DisplayName] as ' Application', t0.[displayVersion] as 'Version', Count(t0.[displayName])  as 'Count'
    From [Inv_AddRemoveProgram] t0 
    --Change below line to find app
    where [displayName] like '%McAfee virussca%'
     
    Group by t0.[displayName], t0.[displayVersion]
     
    and this works. What do I have to do to say right click and show all computers from one of those rows?
     
    Is this something built into the same report or is it a second report?
     
    Thanks.. This is one area I have treaded lightly!!!

     



  • 2.  RE: Drill down reports - understanding

    Posted Oct 01, 2013 01:48 PM

    I know the attached is sql manager.. just making sure it ran.. wink