I need a solution
I have not learned how to do drill down reports yet and now want to step my game up with doing this. As I have a need right now, I hope it is an easy one for someone to help me.
so I have sql code:
select LogonAs, count(logonas) from Inv_AeX_AC_NT_Services group by LogonAs
now that works great and will give what services have a logonas with a count.
My need is to do a right click on that and drill down to list
Computer name, , Client Date, Service Name, Service Account Name
that should do for now.. really appreciate it...
0