Group of employees by Department, but show only once the dept

Hi gurus...

I have a query that returns the following result set...

DEPT # EMP #.
------------------
10 101
10 102
10 103
20 201
20 202
20 203

However, I need to have my result set as follows, i.e. present dept # only once for a list of employees in this Department...

DEPT # EMP #.
------------------
10 101
102
103
20 201
202
203

Please suggest me the functions should I use to achieve this... Appreciate your help in this reqard...

Thanks in adavance.
Vivek
SQL> with query as
  2  ( select 10 dept#, 101 emp# from dual union all
  3    select 10, 102 from dual union all
  4    select 10, 103 from dual union all
  5    select 20, 201 from dual union all
  6    select 20, 202 from dual union all
  7    select 20, 203 from dual
  8  )
  9  select case row_number() over (partition by dept# order by emp#)
 10         when 1 then dept#
 11         else null
 12         end dept#
 13       , emp#
 14    from query
 15  /

     DEPT#       EMP#
---------- ----------
        10        101
                  102
                  103
        20        201
                  202
                  203

6 rows selected.

Kind regards
Rob.

Tags: Database

Similar Questions

  • I can't save. Advance registration line but shows only a few peaks.

    I can't save. Advance registration line but shows only a few peaks.

    Hello

    1 did you do any change on the computer before this problem?
    2. which version of the Windows operating system is installed on your computer?

    If you are using Windows Vista I suggest you to consult the following Microsoft article.

    Troubleshoot audio recording : http://windows.microsoft.com/en-us/windows-vista/Troubleshoot-audio-recording-problems

    If you are using Windows 7 I suggest you to consult the following Microsoft article


    Open the troubleshooting of Audio recording open the troubleshooting of audio
    :http://windows.microsoft.com/en-US/windows7/Open-the-Recording-Audio-troubleshooter

    Also see the following Microsoft article:

    Record audio with Sound Recorder: http://windows.microsoft.com/en-US/windows7/Record-audio-with-Sound-Recorder

    Audio recording in sound recorder: frequently asked questions: http://windows.microsoft.com/en-US/windows7/Recording-audio-in-Sound-Recorder-frequently-asked-questions

    Record sound: http://windows.microsoft.com/en-US/windows-vista/Record-sound

  • I want to search a string in a file, but I only know the folder that the file is not what the filename is.

    I want to search a string in a file, but I only know the folder that the file is not what the filename is.

    I want to search a string in a file, but I only know the folder that the file is not what the filename is.

    Use a third party such as the free Agent Ransack research program.

  • I want to create an icon on my desktop to load 2 programs. I tried a .bat file, but it only loads the first program.

    I want to create an icon on my desktop to load 2 programs.  I tried a .bat file, but it only loads the first program.

    This helps you in some way?
    Microsoft® Security MVP, 2004-2009

  • I downloaded the extensions Manager. But I only have the 7.0.0.347 version. I need to get the latest version, how do I get it?

    I downloaded the extensions Manager. But I only have the 7.0.0.347 version. I need to get the latest version, how do I get it?

    Please use free CC Desktop App to get the latest version of the extension manager.

  • My Mac Mini with 500 GB disk hard but shows only 276 available.

    I think that is is split using Bootcamp when I bought to load programs such as Word and Excel PC... I think there may be half the player I do not use. But it only shows the "Windows partition where you are supposed to choose the section you want. Where is the rest of the disc? Thank you

    You're not being very clear, but...

    Launch utility disk from the Applications > Utilities folder. It will show you how your disk is partitioned.

    If you want to see how your disk space is being used, select about this Mac from the Apple menu, then click the storage tab.

  • I tried to connect wifi with my laptop, including wireless I use for a month now, but shows only 2 blue screens without the world down on the right, and he said "unidentified network".

    "Unidentified network".

    Hello, today I tried to connect to my friends wifi with my laptop, including wireless I use it for a month now and its impossible! Down right it shows only 2 blue screens without the World Cup, and he said "unidentified network"! I tried several solutions, I found online as 'install the protocols Internet 4 and 6', make sure that I have the ip auto get same restore point system and safe mode with network! Nothing works... my friend connects with his laptop and I can connect with my smartphone, except my laptop! I have windows vista... Please help me thanks

    Go to: Control Panel, Manager of Devic, adapters to extend your network, click with the right button on your wireless network and click on uninstall.

    Do not put a check in the box: remove the software driver for this device.

    Restart your computer and Windows will install your wireless network.

    If the problem persists, see if your computer manufacturer has an updated driver.

    These articles may help:

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

    http://support.Microsoft.com/kb/313242

  • Menu Spry missing first submenus, but showing only the last.

    Hello, I'm doing a site for a school project and I have a spry menu code that looks good, but when it is turned on, when you move the menu, submenus are empty except for the last.

    Here's what it looks like on a mode live view:

    SPry Menu.png

    Above war-torn project are three submenus. They have the text, but will not appear. My other menus do the same thing. For personal reasons, I will not not to publish the entire site because of his real name, address, contact, etc.

    I'll post the menu spry and css menu spry.

    Spry menu:

    < div class = "container" >

    < div class = "NavigationBar" >

    < ul id = "MenuBar1" class = "MenuBarHorizontal" >

    < li > < a href = "#" > about me < /a > < /li >

    < li > < a href = "#" > Contact < /a > < /li >

    < li > < a class = "MenuBarItemSubmenu" href = "#" > < /a > ongoing projects

    < ul >

    < li > < a class = "MenuBarItemSubmenu" href = "Film.html" > < /a > Film

    < ul >

    < li > < a href = "#" > fictions < /a > < /li >

    < li > < a href = "#" > Japan 2016 < /a > < /li >

    < /ul >

    < /li >

    < li > < a href = "Photography.html" > photography < /a > < /li > ""

    < li > < a href = "Story.html" > stories < /a > < /li > ""

    < li > < a href = "Project_Wartorn.html" > project: torn apart by the war < /a > < /li > ""

    < /ul >

    < /li >

    < li > < a href = "#" > equipment < /a > < /li >

    < /ul > < hr / >

    <! - end .header - > < / div >

    < div class = "content" >

    Spry CSS menu:

    @charset "UTF-8";

    / * Sections - version 0.6 - Pre - Release Spry 1.6.1 * /.

    / * Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

    /*******************************************************************************

    The AVAILABLE INFORMATION: Describes the box model, positioning, the order

    *******************************************************************************/

    / * The outermost container for the menu bar, an area of width auto without margin or padding * /.

    UL. MenuBarHorizontal

    {

    padding: 0;

    list-style-type: none;

    font size: 20px;

    cursor: default;

    Width: 921px;

    height: 30px;

    background-color: #333;

    do-family: "Arial Black", Gadget, without serif.

    text-align: center;

    margin-top: 0;

    right margin: 15px;

    margin-bottom: 0;

    margin left: 19px;

    }

    / * Value of the menu bar active with this class, currently the definition of z-index to accommodate IE rendering bugs: http://therealcrisp.xs4all.nl/Meuk/IE-zindexbug.html */

    UL. MenuBarActive

    {

    z-index: 1000;

    }

    / * Menu item containers, position of children relative to this container and are a fixed width * /.

    UL. MenuBarHorizontal li

    {

    padding: 0;

    list-style-type: none;

    do-size: 100%;

    position: relative;

    text-align: left;

    cursor: pointer;

    Width: 230px;

    float: left;

    height: 15px;

    margin: 0;

    }

    / * Submenus should appear under their parent (top: 0) with a higher z-index, but they are first the left side of the screen (-1000em) * /.

    UL. MenuBarHorizontal ul

    {

    margin: 0;

    padding: 0;

    list-style-type: none;

    do-size: 100%;

    z index: 1020;

    cursor: default;

    Width: 8.2em;

    position: absolute;

    left:-1000em;

    }

    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we put the car left so it happens on the screen below its parent menu item * /.

    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible

    {

    left: auto;

    }

    / * Container of menu items are same fixed width parent * /.

    UL. MenuBarHorizontal ul li

    {

    Width: 8.2em;

    }

    / * Submenus should appear slightly overlapping to the right (95%) and upward (-5%) * /.

    UL. MenuBarHorizontal ul ul

    {

    position: absolute;

    margin:-5% 0 0 95%;

    }

    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we have left to 0, it is on the screen * /.

    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible ul. MenuBarSubmenuVisible

    {

    left: auto;

    top: 0;

    }

    /*******************************************************************************

    INFORMATION DESIGN: Describes the set of colors, borders, fonts

    *******************************************************************************/

    / * Submenu containers have borders on all sides * /.

    UL. MenuBarHorizontal ul

    {

    border: 1px solid #CCC;

    }

    / * Menu items are a light grey block with padding and no text decoration * /.

    UL. MenuBarHorizontal a

    {

    display: block;

    cursor: pointer;

    background-color: #333;

    color: #393;

    text-decoration: none;

    Width: auto;

    padding-top: 0.5em;

    padding-right: 0.75em;

    padding-bottom: 0.5em;

    padding-left: 0.75em;

    }

    / Components menu that have mouse over or focus have a blue background and white text * /.

    UL. MenuBarHorizontal a: hover, ul. MenuBarHorizontal a: focus

    {

    background-color: # 33;

    Color: #333;

    }

    / * Menu items that are opened with the submenus are on MenuBarItemHover with a blue background and white text * /.

    UL. MenuBarHorizontal a.MenuBarItemHover, ul. MenuBarHorizontal a.MenuBarItemSubmenuHover, ul. MenuBarHorizontal a.MenuBarSubmenuVisible

    {

    background-color: #F0F0F0;

    Color: #333;

    Width: auto;

    }

    /*******************************************************************************

    Submenu INDICATION: styles if there is a submenu in a given category

    *******************************************************************************/

    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.

    UL. MenuBarHorizontal a.MenuBarItemSubmenu

    {

    background-image: url (SpryMenuBarDown.gif);

    background-repeat: no-repeat;

    background-position: 50 95%;

    }

    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.

    UL. MenuBarHorizontal ul a.MenuBarItemSubmenu

    {

    background-image: url (SpryMenuBarRight.gif);

    background-repeat: no-repeat;

    background-position: 50 95%;

    }

    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.

    UL. MenuBarHorizontal a.MenuBarItemSubmenuHover

    {

    background-image: url (SpryMenuBarDownHover.gif);

    background-repeat: no-repeat;

    background-position: 50 95%;

    }

    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.

    UL. MenuBarHorizontal ul a.MenuBarItemSubmenuHover

    {

    background-image: url (SpryMenuBarRightHover.gif);

    background-repeat: no-repeat;

    background-position: 50 95%;

    }

    /*******************************************************************************

    BROWSER HACKS: hacks below should not be changed, unless you are an expert

    *******************************************************************************/

    / * HACK FOR IE: to ensure that sub menus show above form controls, underpin us each submenu with an iframe * /.

    UL. MenuBarHorizontal iframe

    {

    position: absolute;

    z index: 1010;

    Filter:alpha(opacity:0.1);

    }

    / * HACK FOR IE: to stabilize the appearance of the menu items. the slash in the float is to keep IE 5.0 analysis * /.

    @media screen, projection

    {

    UL. MenuBarHorizontal li. MenuBarItemIE

    {

    display: inline;

    f\loat: left;

    background-color: #333;

    }

    }

    I guess you have your SpryAssets responsible, including the javascript file concerning it. Also, check the bottom of your swap file for the javascript code specific to this menu bar. Spry menus come with three components, the call to the head of the document for the javascript files and css, the structure itself in the body of the document and javascript code at the bottom of the body (before the tag).

    Javascript is not published (and not for the faint of heart); the css controls the menu bar similar to and can be edited with care, and this at the bottom of the page (for example), defining the new variable in the menu bar:

  • Show only in the middle of the wide screen monitor webites

    I have a 25 inch wide HP - LCD HD monitor, since installation, Firefox AND Google Chrome only display the page in the center of the screen all scrunched up, there is nothing on both sides of the screen but the white color of the Web page I'm on (including this page), this only happens in Firefox and Google Chrome, Internet Explorer (which I can't stand) shown in the image on the screen in the same way it would on one normal monitor 19 inches

    I tried full screen and it does not fix the problem at all, it is remove the address bar and menu and the image is still in the middle of the screen just crumpled, the attached image shows what look like most all web pages (the image displayed is the page I am currently able to post my question as I just took a screenshot) , on the only page that seems normal is each page in Internet Explorer, the pages I visit in Firefox and Google Chrome, like eBay, Craigslist and any forum I'm going, looks like the attached image, once, this happens only in Firefox and Google Chrome, I just (yesterday) was installing a reformat full and fresh, Windows 7 Professional 64 bit and SP1 , it's the same problem that I had before the reformatting and the new facility, it's the 36.0.1 Firefox Version and he said its updated, I tried all settings, including zoom and text zoom, with he does nothing to broadcast the image on the screen as it is MUST

    Any help would be appreciated... Thank you... Jim

    Well for some reason, I just reinstalled the video drivers after reformat, I did a few days ago, the pages seem to be more normal looking, when I click on images that they are not distorted, so I have no idea as to why pilots have nothing before, but this time worked

    In any case, so far it seems to work as it should, and I have a more or less complete vision

  • Bought and installed Adobe Creative Cloud, but I only get the trial version.

    I bought the pack of €60 / month. Installed Photoshop, Illustrator and Indesign, but it began in a trial version. (Thought it was normal for the first day, as long as my payment would be to accept) Now, I left for a few days and I'm still in evaluation mode. When you click the icon of CC next to the PS, HAVE fr ID it is a BUY button NOW? When you click on the my account Abobe said that I already bought it. And yes I bought it already, but why am I still in a trial version?... I have already received an invoice with the amount I paid, so normally I would have the right to use the applications.

    Additional information:

    Purchased with VISA and installed on a Macbook PRO.

    Restarted several times, but no improvement, still the trial version.

    Does anyone else have this problem?

    Thank you

    A.

    Check your subscription payment has been processed and your adobe id is correct, https://www.adobe.com/account.html

    log out and then back to your office to cc using the same adobe id allowing you to check your subscription is current, https://helpx.adobe.com/creative-cloud/help/sign-in-out-activate-apps.html

    If you check your subscription and the foregoing, sign-out/check-in fails, then follow the suggestion of message 1.

  • Captivate showing only in the published project

    I have one inserted in the RoboHelp project and video of Adobe Captivate project. The video time / work to the RoboHelp project during the "Preview" of the subject, but after I publish the RoboHelp - video project does not appear on the published side. Someone at - it suggestions or ideas? (Additional notes: I use Captivate3 and RoboHelp 6 - captivate creates 5 components during the release of the video, including the standard swf file and a skin_swf file.) The skin_swf file is what contains the playback controls, it's the file that I loaded into my RoboHelp project.)

    Hi Heidi and welcome in our community

    You can first review the information on the link below and see if it helps with your problem. If this isn't the case, after return and we will try to help others!

    Click here

    See you soon... Rick

  • The attached VI works when I run it initially to create the XML file, but by pressing once the XML file is created, it is not up-to-date. What I am doing wrong?

    The attached VI works when I run it initially to create the XML file, but when I change the data and run once the XML file is created, it is not updated with new data. What I am doing wrong?

    Thank you.

    It sounds like the logic that has been written in VI

    Internal decision of true / false:

    (file exists: false) write in the file XML, unflatten for display

    (file exists: true) read the XML file, unflatten for display

    At no time when the file exists (true case) is the XML file updated...

  • Two tables have been targeted in sql but show only a single table top running pln

    Dear all,

    I captured in statspack following sql. There are two tables mentioned in the sql code. However, in the execution plan, it is alone. Grateful if you can help us with that. TQ.
                                                         CPU      Elapsd
      Buffer Gets    Executions  Gets per Exec  %Total Time (s)  Time (s) Hash Value
    --------------- ------------ -------------- ------ -------- --------- ----------
        448,047,663        3,738      119,862.9   95.5  1208.81   1387.07  998768410
    Module: java@myfabbus (TNS V1-V3)
    SELECT  QID, MID, MSG_STATE, MSG_STATE_WHEN  FROM mybus.MYIQ_myb
    us WHERE MID =   (SELECT MIN(Q.MID) FROM mybus.MYIQ_mybus Q, myb
    us.MYIM_mybus M    WHERE M.MSG_NAME = :1 AND M.MSG_VERSION = :2
    AND M.MID = Q.MID   AND Q.MSG_STATE = 0) AND MSG_STATE = 0
    Here's the updated sql shaped for ease of reading
    SELECT  QID, MID, MSG_STATE, MSG_STATE_WHEN  
    FROM mybus.MYIQ_mybus 
    WHERE MID =   (SELECT MIN(Q.MID) 
                      FROM mybus.MYIQ_mybus Q, 
                               mybus.MYIM_mybus M    
                          WHERE M.MSG_NAME = :1 
                          AND M.MSG_VERSION = :2
                          AND M.MID = Q.MID   
                          AND Q.MSG_STATE = 0) 
    AND MSG_STATE = 0
    Here's the sql for the query statspack report. Note that there is only one table (MYIQ_mybus) mentioned in the implementation plan.
    STATSPACK SQL report for Hash Value: 998768410  Module: java@myfabbus (TNS V1-V3)
    
    DB Name         DB Id    Instance     Inst Num Release     Cluster Host
    ------------ ----------- ------------ -------- ----------- ------- ------------
    MYBUSPRD      2074549195 MYBUSPRD            1 9.2.0.5.0   NO      mydm01
    
     Start Id     Start Time         End Id      End Time       Duration(mins)
    --------- ------------------- --------- ------------------- --------------
           41 13-Jan-10 08:32:14         42 13-Jan-10 09:02:15           30.02
    
    SQL Statistics
    ~~~~~~~~~~~~~~
    -> CPU and Elapsed Time are in seconds (s) for Statement Total and in
       milliseconds (ms) for Per Execute
                                                           % Snap
                         Statement Total      Per Execute   Total
                         ---------------  ---------------  ------
            Buffer Gets:     405,851,843        204,356.4   92.38
             Disk Reads:               0              0.0     .00
         Rows processed:           1,593              0.8
         CPU Time(s/ms):           1,069            538.4
     Elapsed Time(s/ms):           1,120            563.9
                  Sorts:               0               .0
            Parse Calls:             121               .1
          Invalidations:               0
          Version count:               1
        Sharable Mem(K):              34
             Executions:           1,986
    
    SQL Text
    ~~~~~~~~
    SELECT  QID, MID, MSG_STATE, MSG_STATE_WHEN  FROM mybus.MYIQ_myb
    us WHERE MID =   (SELECT MIN(Q.MID) FROM mybus.MYIQ_mybus Q, myb
    us.MYIM_mybus M    WHERE M.MSG_NAME = :1 AND M.MSG_VERSION = :2
    AND M.MID = Q.MID   AND Q.MSG_STATE = 0) AND MSG_STATE = 0
    
    All Optimizer Plan(s) for this Hash Value
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Shows all known Optimizer Plans for this Hash value, and the Snap Id's they
    were first found in the shared pool
    -> ordered by Snap Id
    
        Plan
     Hash Value  Snap Id        Cost Optimizer
    ------------ -------- ---------- --------------------
      4280385364        3         2  CHOOSE
    
    Plans in shared pool between Begin and End Snap Ids
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Shows the Execution Plans found in the shared pool between the begin and end
    snapshots specified.  The values for Rows, Bytes and Cost shown below are those
    which existed at the time the first-ever snapshot captured this plan - these
    values often change over time, and so may not be indicative of current values
    -> Rows indicates Cardinality, PHV is Plan Hash Value
    -> ordered by Plan Hash Value
    
    --------------------------------------------------------------------------------
    | Operation                      | PHV/Object Name     |  Rows | Bytes|   Cost |
    --------------------------------------------------------------------------------
    |SELECT STATEMENT                |----- 4280385364 ----|       |      |      2 |
    |TABLE ACCESS BY INDEX ROWID     |MYIQ_MYBUS           |     1 |   26 |      2 |
    | INDEX UNIQUE SCAN              |MYIQ_MYBUS_I1        |     1 |      |      1 |
    --------------------------------------------------------------------------------
    
    End of Report
    Rgds
    Ung
  • How do you get emails already open (never removed)? I have hundreds, but can only access the open nevered ones.

    The lower box shows not read: 8 Total: 296
    I'm only able to open those of < "BOLD"? "" (ne pas = "» < ="» Abeille} = "» ai ="» sur = "» ouvert) =" "p =" "screen =" ' some = "" = the "' still =" "{even if =" "> < /" BOLD "?} >

    I can't find (or open) messages I opened earlier today, but never deleted.

    The la barre bar menu, select View-Threads and make sure that EVERYTHING is checked.
    Sounds like unread is to check now.

    No menu bar with view / press the ALT key.

  • VMDK is not displayed when you add the drive but shows on browse the data store

    This may be a simple solution but my forehead hurts to hit my head against the wall and need your expert help.

    Environment: running ESX 4.0 with 4 nodes in the cluster.  Each node in the cluster has only one HBA card with double fiber connections that connect to both sides of FC SAN.  There is not a fiber between nodes and SAN switch, so direct connect.  Built two systems to support Exchange 2007 using the CCS.  Using a FC SAN to shared disk space and iSCSI for disk space not shared.

    Problem: have added 5 player glow spaces on System #1 using RDM and they appear.  Try to load the same readers in the System #2.  I am able to load 4 readers in the System #2 but the 5th disc (which is in fact the reader 3rd in the series) refuses to show when I added the player.  The change settings - & gt; Add Hard Drive - & gt; Use the existing - & gt; Open the data store and the folder where the virtual machine from the system files and the folder where the LUN mapping lie as they are stored with the system.  But at the opening of this file the LUN mapping in question is absent.  All others appear.  However when I right click to browse the data store outside of the settings and go to the folder where the LUN mapping for the virtual drive and it appears.

    Attempts to resolve:

    (1) have removed the drive and delete system #1 data store and we readded to the system = & gt; nothing.

    (2) removed the disk without delete system data store #1 and it added (thus creating two virtual disks in the file for the system to the same LUN... xxx_3.vmdk and xxx_7.vmdk) = & gt; without success.  (xxx_3.vmdk, nor xxx_7.vmdk appear when trying to add a player)

    (3) tried to use a system not intended within the CSC Exchange cluster, attemtped to add the xxx_3.vmdk or xxx_7.vmdk and both appear as an option.

    I am at a total loss.  Do I need to trash the system no. 2 and rebuild?  Is there a problem of possible system configuration #2 that does not allow him to see the two virtual drives?  The #2 system configuration is corrupt?  Do I have to power System #2 power on and off and then try to add readers?  I can the virtual cycle vCenter system?  Or I am much more of a noob that the answer is with myself and I can't see it?  Any help would be welcome.

    When you want to use RDM on hosts, please make sure lun the same number on hosts.

    for example you have assigned the lun 3 host A storage, make sure that it is also the lun 3 to host b.

    Let me know if it does not

    Binoche, VMware VCP, Cisco CCNA

Maybe you are looking for

  • Mail displays more mail unread in dock

    I don't know what is happening, but Mail 9.3 stopped showing on the dock when I have unread messages, I have tried to change the new notification message and unread count in dock preferences, but I can't get it back. All ideas/solutions? Thank you.

  • Satellite M40: message: can not play because the DVD decoder is not installed

    not serious... I am back... I did a little reading and tried to read another cd in the drive and the message came to say "can't play because the dvd decoder is not installed, so I guess that's the problem because I have a recovery * DVD *.» Anyone kn

  • HP Pavilion dv6-6c14nr: how to install the software on HP Pavilion dv6-6c14nr

    I had to reload a HP Pavilion dv6-6c14nr with Windows 7 Professional.   Also, I need to install Microsoft office.  I have the installation discs to install the programs and licenses. Question using an installation CD the same process as with Dell com

  • Configurator on Windows 7

    I have several facilities of CM and HSE Configurator support running on XP without any problem (with the same configuration of HW).  I bought the latest 4.1.1 version and installed on a Windows 7 Enterprise 64-bit PC and cannot operate.  The machine

  • Greetings from display in the indicator chain for some a time real (timestamp)

    I need help for display of greetings "good morning". After 12:00 before 12:00 "good afternoon". After 12:00 Before 18:00 "Good evening". After 18:00 Before 12:00 I have attached my program so far for the real-time display