jkellington
MIS
I have a small (newbie) problem.
CR10, SQL2K
I'm pulling software inventory records from a table and putting them into a crosstab. The pertinent information contained in each record is as follows: 'Workstation Label', 'Software Title', 'Software Version'. My cross tab has software titles running as columns with each Workstation showing up as a row. I use select expert to pick the particular software titles I want in the table and then if that software title shows up in a record, it shows the version number in the row of the workstation referenced in that record. My problem is that for some pieces of software, more than one version is installed, so the software title is duplicated for those workstations which house more than one version. So......in my cross tab summary, which gives a count of the number of times its column's 'Software Title' appears in the table counts the duplicated versions of the software (same 'Software Title', different 'Software Version'), when I really only want to know what the most current version installed is and a count of the number of machines that have that particular 'Software Title' installed, regardless of version, and not more than once per workstation.
Hope this all makes sense.
Thanks,
Jason
CR10, SQL2K
I'm pulling software inventory records from a table and putting them into a crosstab. The pertinent information contained in each record is as follows: 'Workstation Label', 'Software Title', 'Software Version'. My cross tab has software titles running as columns with each Workstation showing up as a row. I use select expert to pick the particular software titles I want in the table and then if that software title shows up in a record, it shows the version number in the row of the workstation referenced in that record. My problem is that for some pieces of software, more than one version is installed, so the software title is duplicated for those workstations which house more than one version. So......in my cross tab summary, which gives a count of the number of times its column's 'Software Title' appears in the table counts the duplicated versions of the software (same 'Software Title', different 'Software Version'), when I really only want to know what the most current version installed is and a count of the number of machines that have that particular 'Software Title' installed, regardless of version, and not more than once per workstation.
Hope this all makes sense.
Thanks,
Jason