Report to show major Internet Explorer version

There's many posts relating to an accurate way of reporting on which version of Internet Explorer is being used by a PC. It is not made easy by the fact that some versions are recorded in Add/Remove programs, while other versions aren't, and there
seems to be some dependency on whether it was installed with the O/S or later upgraded via WSUS etc etc.
Here's the report I've creating (using file versions of iexplore.exe) - which works OK, but what I'd really like is if I could 'roll up' the results into a count of major versions. So instead of having seperate lines for 7.00.6000.16386 and 7.00.6000.17055
(for instance), it just gives me one line for v7, one for v8 etc.
Any ideas how this could be achieved?
select
    FileName,
    FileVersion,
    @CollID as CollectionID,
    Count (Distinct SF.ResourceID)
From
    dbo.v_GS_SoftwareFile SF
JOIN v_FullCollectionMembership fcm on SF.ResourceID=fcm.ResourceID
Where
    FileName = 'iexplore.exe'
and
    FilePath like '%Internet Explorer%'
and fcm.CollectionID=@CollID
Group by
    FileName, FileVersion
Order by
    FileVersion

Plagiarized a bit--showing OS (trying to limit to only major version of that--could have used a CASE statement, I guess) as we have a requirement to only have certain version of IE on certain OS...
select
SF.FileName AS 'FILENAME',
LEFT (OSYS.Caption0, 20) AS 'OS',
left(SF.FileVersion,2) AS 'IE MAJOR VERSION',
Count(Distinct SF.ResourceID) AS 'COUNT'
From
dbo.v_GS_SoftwareFile SF
JOIN dbo.v_R_System SYS ON SF.ResourceID = SYS.ResourceID
JOIN dbo.v_GS_OPERATING_SYSTEM OSYS ON SF.ResourceID = OSYS.ResourceID
Where
SF.FileName = 'iexplore.exe'
and SF.FilePath like '%Internet Explorer%'
AND SYS.Client0 = '1'
AND SYS.Obsolete0 = '0'
AND SYS.Operating_System_Name_and0 LIKE '%workstation%'
AND OSYS.Caption0 IS NOT NULL
AND OSYS.Caption0 NOT LIKE '%(R)%'
AND OSYS.Caption0 NOT LIKE '%embedded%'
Group by
SF.FileName,
LEFT (OSYS.Caption0, 20),
left(SF.FileVersion,2)
Order by
CASE left(SF.FileVersion,2) WHEN '6.' THEN 0
WHEN '7.' THEN 1
WHEN '8.' THEN 2
WHEN '9.' THEN 3
WHEN '10' THEN 4
WHEN '11' THEN 5
END

Similar Messages

  • Certain Internet Explorer versions crash on clicking of datepicker icon

    Hi,
    I am using sun's web ui calendar tag to display the date field as well as the datepicker icons. However,
    on certain internet explorer versions, a crash occurs on clicking the datepicker link. The IE version is as follows:-
    **Version: 6.0.2900.2180.xpsp_sp2_rtm.040803-2158**
    It works fine for the GDR release. Can someone help please?
    Thanks.

    Try reporting this issue at a forum/mailinglist/issuetracker devoted to the specific component library you're using.
    I guess you mean it as part of the Woodstock component library. They have an issuetracker.

  • Crystal Reports, Classical ASP and Internet Explorer 8.0 compatibility

    Hi
    We have 8 legacy applications which are developed on classical asp having reports built on crystal reports 8.0. Our internet explorer version is 6.0. We are planning to upgrade to IE 8.0 in the next month. While testing these legacy applications for compatibility with IE 8.0, we found that the crystal reports are not visible/not functioning.
    Do you know which version of crystal reports will be compatible with IE 8.0 as well as classical asp. Our OS is windows 2003 32 bit.
    regards

    Hello,
    You didn't indicate whether you're using the RDC / COM SDK for Crystal Reports, or the COM SDK for Crystal Enterprise in your classic ASP applications.
    In either case, the COM SDKs have been retired with our current product releases. The last products to support the COM SDK are Crystal Reports XI Release 2 (v11.5) and BusinessObjects Enterprise Release 2 (v11.5). Both of these products have reached End of Life for patch support.
    The [Supported Platform document for Crystal Reports XI R2 with Service Pack 6|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0fbebaf-07e0-2c10-ad9a-d45810ae7109] (v11.5) says that IE8 in compatibility mode is supported, so the RDC should work in IE8 Compatibility mode.
    The [Support Platform document for BusinessObjects XI R2 with Service Pack 6|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/50e8f572-48d0-2c10-4ea6-83bf8567e28a] (v11.5) says that IE7 is supported. There is no mention of IE8, but it's possible that IE8 in compatibility mode may work with the Enterprise COM SDK.
    You may still be able to purchase these products. You'll have to check with your retailers, or with the SAP BusinessObjects Sales team - search on SAP.com.
    It is important to understand that patch support has ended for both CR XI R2 and BOE XI R2. There will be no additional fixes released for these products, and if your applications do not work with IE 8 there is no escalation path for a fix.
    Sincerely,
    Dan Kelleher

  • Inserted html not showing in Internet Explorer

    Inserted html code does not show in internet Explorer 8. Is OK with Firefox, Safari and Chrome. Site is munroestudios.com. Also made a a test page with just the html on munroestudios.com/test.html. This is a iframe code received from another company to link to another site.

    I'm not sure what they did but the company supplying the html code fixed something on their end. Works now.

  • Can anyone share how to install Internet Explorer version 7.0 to 10.0 onto a mac

    Can anyone share how to install Internet Explorer version 7.0 to 10.0 onto a mac ?? Thank you

    Do you want to install IE on a Bootcamp/Windows or OSX? OSX does not have IE anymore. The last IE was v4.0 for native OSX.

  • Internet Explorer Version 7 does not work

    HI All,
      I have a GP scenario, which is built on Java Webdynpro, with the views desiged with the interactive form. Everything seems to work perfect when i work on the Internet Explorer Version 6. But when i use Version 7 and above none of the parameters pass from one user to other.. Is there any specific reason for this?
    Regards
    Suresh

    i have the same problem. there is a program that works. it calls KX project.. it works.. i have too. but i think the music not even powerfull as the original program. my bass it not loud enough.. with KX can i not turn it up.. only with my system. :S mayby is there a other alternatief program.. sorry for the complicaded english

  • How to find out internet explorer version ,using a java program?

    How to find out internet explorer version ,using a java program?

    Browser version from java?....you must be referring it from some web application....rite?
    You can read the User-Agent header using request.getUserAgent() or request.getHeader("User-Agent") in your jsp or servlet.
    for more details pls refer:
    http://www.jguru.com/jguru/faq/view.jsp?EID=12253

  • Internet Explorer versions for 5.1.9

    We have a system that is running Business Objects 5.1.9.
    We need to update to Internet Explorer version 7 from 6.
    I have searched all over for the relevant documenation without success.
    Can anyone help point in the direction of the documentation.
    We need to understand if there will be any issues but are short of development environments to test it.
    Thanks.

    More specifically this link:
    http://www.mirrorservice.org/sites/browsers.evolt.org/browsers/ie/mac/5.1.7_Clas sic/InternetExplorer517EN.bin
    However, I would highly recommend using Wamcom Mozilla instead. You can stop popup advertisements, and it is much better support of many newer websites than Internet Explorer on Mac OS 9. It can be found here:
    http://www.wiwi.uni-frankfurt.de/wamcom/20030723/wamcom-131-macos9-20030723.sit
    Using it though, I'd close the left sidebar for most optimized speed.

  • Webpage does not show in Internet Explorer but does show in all other browsers?

    I have created a webpage, www.nqms.co.uk, it does not show on Internet Explorer.  I have tried to troubleshoot via the net and have used a CSS check program etc. but it still won't appear.  Any help would be gratefully received.

    Add the closing --> comment tag to your css section before the closing </style> tag (see below)
    .style3 {font-size: 8pt}
    -->
    </style>

  • Upload Crystal Report to by using Internet Explorer

    Hi all visitors
    i have crystal report. and  in my report, i use group to summary the floor name.
    when i click on each floor, my report doesn't link to POS because i use text box covert the group.
    when i upload my report to crystal report server and i view it using FireFox, the report show very well and no link.
    but when i view it by using Internet Explorer,my report can link and some lines are not correct.
    Anybody know how i view the crystal report on IE well as FireFox?
    best Regards,

    Hi,
       What version of Internet Explorer(IE) are you using.
       If you are using IE 8 or newer, try switching on the Compatibility Mode.
           http://support.microsoft.com/kb/956197
    Regards,
    Ken

  • Getting bobj is undefined when report is viewed in Internet Explorer 8

    Background
    We are running a web application on a server that has "BusinessObjects Enterprise XI 3.1 FP 2.6 Update" installed on it.
    The server uses the 1.1 .net framework.
    This web app can generate Crystal reports and display them either by exporting to pdf, or by using the CrystalReportViewer control.
    (The CrystalDecisions references in the sln for the website are using version 12.0.1100.0.
    The web app is a custom web app that is not defined in iis at the default level.  It lives as a virtual website under the default website and uses the crystalreportviewers12 virtual directory.) 
    when the browser displays a report by exporting to pdf, it works just fine.
    Here is our issue:
    When the browser displays a report by using the CrystalReportViewer control using Internet Explorer 8 (IE8), it generates a javascript error:
    'bobj' is undefined
    Here are a few peculiar things on this:
    - the report displays ok for other IE8 users (so the issue only occurs for select IE8 users).
    - the report displays ok in ie6.
    - One notable observation is that IE8 has different sets of options amongst browsers.  We compared 2 machines that didnu2019t work, with 1 machine that does work. All 3 sets of IE8 settings differ in one way or another.
    Does anyone know if this is an issue that that can be fixed through an IE8 setting?  Or does it need to be fixed elsewhere?  Thank you!

    Hi Brownie,
    We only support IE 8 in Compatibility mode. Try selecting that option in the Browser and test again
    Thank you
    Don

  • Embedded PDF files do not show in Internet Explorer 11

    Hi,
    We have several machines that cannot show embedded pdf files in Internet Explorer 11 with Adobe Reader as default pdf reader.
    Example from one pc:
    OS: Windows 7 Enterprise SP1 x64 – all updates applied.
    IE 11 version: 11.0.9600.17239.
    Update Versions: 11.0.11 (KB2976627).
    Adobe Reader: 11.0.08 (no further updates available).
    As test example we have used: http://acroeng.adobe.com/Test_Files/browser_tests/embedded/embed2.html
    We only get a blank page with two placeholders with a small black square with a white cross in each.
    If we install Foxit Reader on the same pc, and sets it as default reader, everything works.
    What do we do to solve the Adobe Reader problem?

    Hi Pat - thanks for your reply.
    We have already tried the TabProcGrowth registry change. It doesn't work. As mentioned, we use IE 11 on Windows 7, and not IE 10 as the article from Microsoft specifies.
    As shown in the images above, the registry is set to 1 and the PDF's still don't show up embedded in the browser.
    Any other suggestions? Anyone?

  • Changes to uploaded website colors will not change on firefox, although it showa on internet explorer

    I uploaded my website with filezilla. Color changes were made. Om firefox the old clors still show, even after refresh. On internet explorer the website displays the correct colors.

    I expect this is due to the old version of the website being saved in Firefox's cache rather than being downloaded from the internet.
    You can refresh a web page without using cache (full page refresh) by clicking Ctrl + F5 on the keyboard.
    If that doesn't work the clear the cache using the instructions here: [[How to clear the Firefox cache]].
    Also I notice that you are using Firefox v23. This is now an outdated version. To get the latest security fixes I recommend upgrading to v24. See here for more: [[Update Firefox to the latest version]]

  • Div background color not showing in Internet Explorer 8 and before

    My Footer div is not showing the background color (supposed to be black...)  in Internet Explorer 8 and earlier.  It's assuming the body color instead.  Also the border color on top of the 'bubbles' that run across the page is wrong (supposed to be blue)    Is this just because Internet Explorer 8 and earlier did not support div background and border colors yet, or is there a work-around??  Or maybe I did something wrong?
    The site is:    www.meridianwaterfiltration.com

    martcol wrote:
    I don't think that IE8 does rgba.
    It should be OK with rgb but not rgba.
    Martin
    No its doesnt
    I'd just use a hexidecimal color - black #000 and blue: #03f (see below)
    .footer {
    position: relative;
        width: 100%;
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 0px;
        padding-left: 0;
        background-image: none;
        background-repeat: repeat-x;
        margin-top: 0px;
        clear: both;
        height: 350px;
        background-color: #000;
    #bubble {
        background-image: url(Images/water drop 0banner.jpg);
        background-repeat: repeat-x;
        width: 100%;
        height: 43px;
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: #03F;
        margin: 0px;
        padding: 0px;
        background-color: #3FF;

  • How to get the PDF Convert button to show on Internet Explorer 9

    Using Internet Explorer 9 and Adobe Acrobat 9 and the PDF convert button does not show up.  How do I fix this?

    Hi R Voorheis
    Please refer to How to install Adobe PDF toolbar in Internet Explorer and https://helpx.adobe.com/acrobat/kb/convert-current-web-page-pdf.html

Maybe you are looking for

  • Sharing songs between different iTunes accounts on the same Mac

    Hello I am a newbie to Mac. My wife and I both have seperate iTunes accounts set up on our seperate user accounts on our MacBook. Can we share songs between our accounts?

  • Deleted apps dont show in my itunes

    I cant find my delted apps on the lates updated itunes, what can i do?

  • Measuring Line Width Of Composed Text

    Hi, In the solutions.pdf of the CS4 SDK, there is a piece of code listed in example 9 that will estimate the width of the text. I tried implementing it as a snippet but upon compiling the code in xcode, I get an invalid static_cast from type IFontIns

  • 1.5 Q or bug?

    Hello I can't see all my functions/procedures in package body tree- they seems OK in header tree- is there any limit on items? (few k lines, about ~40-50 procedures in package) PS. there are few (known) bugs in production version (text flicking, conn

  • Messed up address book

    I keep trying to clean up my address book by deleting duplicate entries, combining cards, and eliminating obsolete entries. Once I do this I make a backup of the corrected file. When I reload this file it brings back all the stuff I deleted and corre