Software as items to report on
I would like to build a report listing the software that is loaded on PC's according to the scan. I can see the data in the db (MSSQL) and I can query the data as well. I cannot see a way to access the data in the built in reporting system. If I am wrong, please help me
If I am not wrong....BUILD IT
I should not have to go out side the application to get this info using Crystal Reports.
Using Version 6.1.1.2
Can I get a vote on this from my peers?
select workstationID,Softwarename,Filevendor,fileversion from softwareinfo SI, softwarelist SL
where SI.softwareID = SL.softwareID
and SL.softwarename ='Crystal Reports 11'
order by workstationid
New to ADSelfService Plus?