the report works for me - so i'm stabbing in the dark here -
there's usually a red error that has the line,etc of the error. can you reply with that?
It's either a funky version number for Chrome, or if you're using the default database installation of SQL Express, it might be having a problem with the commands... my guess is there's a funky version number that has a colon in it for some reason (it's not supposed to).
Try going to 'windows: all software by computer' and looking for a colon in one of the version numbers maybe? And also the linux all software report as well...
you could try throwing a single asset in as criteria: (reference the line where I put 'where tblassets.assetname = 'Util01' - and change that in your report to an asset name that you know has chrome) - if it works then, it's some funky version number on an asset -
tblSoftwareUni.SoftwarePublisher Like '%Google%' And tblState.Statename =
'Active' And ((Cast(ParseName(tblSoftware.softwareVersion, 4) As int) < 107)
Or (Cast(ParseName(tblSoftware.softwareVersion, 4) As int) = 107 And
Cast(ParseName(tblSoftware.softwareVersion, 2) As int) < 5304) Or
(Cast(ParseName(tblSoftware.softwareVersion, 4) As int) = 107 And
Cast(ParseName(tblSoftware.softwareVersion, 2) As int) = 5304 And
Cast(ParseName(tblSoftware.softwareVersion, 1) As int) < 62))
and tblassets.assetname = 'Util01'
Union
Select Top 1000000 tblAssets.AssetID,