This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Lack of Search Functionality, Lack of Reporting functionality

Please forward this to your product improvement team.  Can you please, please, please, include better search functionality to something more than just "find a computer".  How about "Find a User" as well.  That would be really cool.  

 

Also, please give the Admin a better set of tools for report queries and report generation.  Having some basic query capability would be really useful as your hard coded items do not always provide the data that is being searched for.



This thread was automatically locked due to age.
  • Hello,

    Have you seen the ComputerListViewSearchColumns table in the database?

    select * from ComputerListViewSearchColumns

    For adding the logged on user, what about:

    update ComputerListViewSearchColumns set IncludeInSearch = 1 where ColumnName = 'LastLoggedOnUser'

    Other than that, the SRI should provide most of what you need, what are you trying to report on?

    Regards,

    Jak